|
Install
Install jCSV
Install jCSVAll you need to do is to include the latest version of jCSV to your classpath. The latest stable version is 1.0.1 and can be downloaded in the download area. If you want to use some of the new features, you can use the SNAPSHOT version. It will do its work, but the API may change until it becomes stable. Download (stable): jcsv-1.4.0.jar Maven RepositoryjCSV is available in the Maven repository: <dependency> <groupId>com.googlecode.jcsv</groupId> <artifactId>jcsv</artifactId> <version>1.4.0</version> </dependency> | |
1.3.2 is missing. there is only 1.2.0 in repo :(
Hi, thank you for the info. I thought I released it already to to Maven repo. I'll catch up tomorrow :)
Hi, I just released version 1.4.0, it will (hopefully) be synced to the maven repo within the next two hours.