Skip to content
ybonnel edited this page Aug 14, 2012 · 7 revisions

In this page you will find all information to install CsvEngine.

Maven project

Just add this dependency to your pom.xml

<dependency>
    <groupId>fr.ybonnel</groupId>
    <artifactId>csvengine</artifactId>
    <version>1.3.4</version>
</dependency>

Non maven project

You can download the last jar file on download page : github.com/ybonnel/CsvEngine/downloads.

If you use default implementation for read/write CSV, you also need open-csv (the current version used is 2.3).
You can also use an other implementation : Change Reader/Writer.

Clone this wiki locally