-
Notifications
You must be signed in to change notification settings - Fork 8
Install
ybonnel edited this page Aug 14, 2012
·
7 revisions
In this page you will find all information to install CsvEngine.
Just add this dependency to your pom.xml
<dependency>
<groupId>fr.ybonnel</groupId>
<artifactId>csvengine</artifactId>
<version>1.3.4</version>
</dependency>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.