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 2.1 in this page.
The Apache Software License, Version 2.0
You can use the following script to add opencsv-2.1.jar to your project.
<dependency> <groupId>net.sf.opencsv</groupId> <artifactId>opencsv</artifactId> <version>2.1</version> </dependency>
compile group: 'net.sf.opencsv', name: 'opencsv', version: '2.1'
libraryDependencies += "net.sf.opencsv" % "opencsv" % "2.1"
<dependency org="net.sf.opencsv" name="opencsv" rev="2.1"/>
@Grapes(@Grab(group='net.sf.opencsv', module='opencsv', version='2.1'))
'net.sf.opencsv:opencsv:jar:2.1'
Click the following link to download the jar file.
opencsv-2.1-javadoc.jar