Download univocity
Our release packages provide everything you need: all dependencies, tutorials, examples, and documentation are packaged in a single zip
file ready for download.
If you use Maven, simply follow the instructions below.
Note: univocity is free for non commercial use, but it won't perform as fast as it can. To experience univocity at full speed, request an evaluation license.
Maven settings
To get our artifacts from Maven, you'll need to add an entry for our repository to your pom.xml
in order to obtain the univocity
jar.
<repositories>
<repository>
<id>univocity-releases</id>
<url>http://artifacts.univocity.com/release</url>
</repository>
</repositories>
These are the dependencies you need to include in your pom.xml
:
<dependencies>
...
<dependency>
<groupId>com.univocity</groupId>
<artifactId>univocity</artifactId>
<version>1.0.7</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>com.univocity</groupId>
<artifactId>univocity-api</artifactId>
<version>1.0.6</version>
<type>jar</type>
</dependency>
...
</dependencies>
Note: univocity-api is in the Maven Central Repository
Snapshot releases
To get get access to univocity snapshot releases, add an additional repository
entry to the repositories
section of your pom.xml
:
<repositories>
...
<repository>
<id>univocity-releases</id>
<url>http://artifacts.univocity.com/snapshot</url>
</repository>
</repositories>
Release packages
Product |
Version |
Release date |
Download link |
License |
Manual |
univocity |
1.0.7 |
2015-Jan-07 |
|||
univocity |
1.0.6 |
2014-Nov-14 |
|||
univocity |
1.0.5 |
2014-Oct-18 |
|||
univocity |
1.0.4 |
2014-Oct-14 |
|||
univocity |
1.0.3 |
2014-Oct-03 |
|||
univocity |
1.0.2 |
2014-Sep-28 |
|||
univocity |
1.0.1 |
2014-Sep-24 |
|||
univocity |
1.0.0 |
2014-Aug-07 |