univocity-parsers download
univocity-parsers is available in the maven central repository, and is distributed under the Apache license 2.0. You can download it directly from the list of releases below, or follow the instructions below to obtain the libraries using Maven.
Requires JDK 1.6 or later.
Release packages
Maven settings
Add the following to your pom.xml
:
<dependencies>
...
<dependency>
<groupId>com.univocity</groupId>
<artifactId>univocity-parsers</artifactId>
<version>2.9.1</version>
<type>jar</type>
</dependency>
</dependencies>
Snapshot releases
You download univocity-parsers SNAPSHOT builds from this link.
If you use maven, all you need is to add an additional repository entry to the repositories section of your pom.xml
:
<repositories>
...
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>
For Android
Java Beans are not supported by Android but since version 2.0.0 univocity-parsers can work with the Open Beans library.
All you need to do is to have the openbeans-1.0.jar in your classpath, and the parser will automatically load the relevant classes from there.
With this you will be able to use all annotations and java bean processing facilities provided by our parsers
If you experience any difficulties using our software, don’t hesitate to send us an e-mail on support@univocity.com