Jar examples for s:super-csv
Super CSV is a fast, programmer-friendly, free CSV package for Java
You can download jar file super-csv 2.2.1 in this page.
Apache License
You can use the following script to add super-csv-2.2.1.jar to your project.
<dependency> <groupId>net.sf.supercsv</groupId> <artifactId>super-csv</artifactId> <version>2.2.1</version> </dependency>
compile group: 'net.sf.supercsv', name: 'super-csv', version: '2.2.1'
libraryDependencies += "net.sf.supercsv" % "super-csv" % "2.2.1"
<dependency org="net.sf.supercsv" name="super-csv" rev="2.2.1"/>
@Grapes(@Grab(group='net.sf.supercsv', module='super-csv', version='2.2.1'))
'net.sf.supercsv:super-csv:jar:2.2.1'
Click the following link to download the jar file.
super-csv-2.2.1-javadoc.jar