Download opencsv-2.4.jar file - Jar o

Jar examples for o:opencsv

Description

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.4 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add opencsv-2.4.jar to your project.

<dependency>
   <groupId>au.com.bytecode</groupId>
   <artifactId>opencsv</artifactId>
   <version>2.4</version>
</dependency>
compile group: 'au.com.bytecode', name: 'opencsv', version: '2.4'
libraryDependencies += "au.com.bytecode" % "opencsv" % "2.4"
<dependency org="au.com.bytecode" name="opencsv" rev="2.4"/>
@Grapes(@Grab(group='au.com.bytecode', module='opencsv', version='2.4'))
'au.com.bytecode:opencsv:jar:2.4'

Download

Click the following link to download the jar file.

opencsv-2.4-javadoc.jar
opencsv-2.4-sources.jar
opencsv-2.4.jar
opencsv-2.4.pom



Related Tutorials