Download opencsv-1.7.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 1.7 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

opencsv-1.7.jar
opencsv-1.7.pom



Related Tutorials