Hello,

The Apache Commons Community is happy to announce the release of Apache Commons
CSV 1.5. The Apache Commons CSV library provides a simple interface for reading
and writing CSV files of various types.

Source and binary distributions are available for download from the Apache
Commons download site:
 http://commons.apache.org/proper/commons-csv/download_csv.cgi

When downloading, please verify signatures using the KEYS file available at the
above location.

Alternatively the release can be pulled via maven:
<dependency>
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-csv</artifactId>
  <version>1.5</version>
</dependency>

The release notes can be viewed at:
 http://www.apache.org/dist/commons/csv/RELEASE-NOTES.txt

For complete information on Commons CSV, including instructions on how to
submit bug reports, patches, or suggestions for improvement, see the Apache
Commons CSV website:

http://commons.apache.org/proper/commons-csv/

Best regards,
Bruno P. Kinoshita
on behalf of the Apache Commons community

Reply via email to