Super CSV News
A fast, programmer-friendly, free CSV library for Java
Brought to you by:
jamesbassett,
kbg
The Super CSV team (Kasper and James) is proud to announce the release of Super CSV 2.0.0 beta 1!
If you're upgrading from a previous version, the new release has changes that are not backwards-compatible, so be sure to check the release notes.
Super CSV is now available on Maven!
<!-- add this to use Super CSV -->
<dependency>
<groupId>net.sf.supercsv</groupId>
<artifactId>super-csv</artifactId>
<version>2.0.0-beta-1</version>
</dependency>
<!-- add this as well if you want to use the new Dozer extension -->
<dependency>
<groupId>net.sf.supercsv</groupId>
<artifactId>super-csv-dozer</artifactId>
<version>2.0.0-beta-1</version>
</dependency>
Non-maven users can download the distribution here on SourceForge.