Menu

Super CSV 2.0.0 released

After an impressive 1800 downloads on SourceForge and 1000 downloads from Maven in just under 2 months we're happy to announce that version 2.0.0 is out of beta!

We love to hear feedback, so please leave a review or post to the forums :)

Upgrading?

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.

Download

Website download page

Maven

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</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</version>
</dependency>

Everyone else

Non-maven users can download the distribution here on SourceForge.

Posted by James Bassett 2012-11-12 Labels: release

Log in to post a comment.