Jar examples for o:opencsv
opencsv is a very simple csv (comma-separated values) parser library for Java. It was developed because all of current csv parsers I've come across don't have commercial-friendly licenses.
You can download jar file opencsv 4.2 in this page.
The Apache Software License, Version 2.0
You can use the following script to add opencsv-4.2.jar to your project.
<dependency> <groupId>com.opencsv</groupId> <artifactId>opencsv</artifactId> <version>4.2</version> </dependency>
compile group: 'com.opencsv', name: 'opencsv', version: '4.2'
libraryDependencies += "com.opencsv" % "opencsv" % "4.2"
<dependency org="com.opencsv" name="opencsv" rev="4.2"/>
@Grapes(@Grab(group='com.opencsv', module='opencsv', version='4.2'))
'com.opencsv:opencsv:jar:4.2'
Click the following link to download the jar file.
opencsv-4.2-javadoc.jar