4343Apache Commons CSV
4444===================
4545
46- The Apache Commons CSV library provides a simple interface for reading and writing
47- CSV files of various types.
48-
4946[ ![ Build Status] ( https://travis-ci.org/apache/commons-csv.svg?branch=master )] ( https://travis-ci.org/apache/commons-csv )
50- [ ![ Coverage Status] ( https://coveralls.io/repos/github/ apache/commons-csv/badge.svg?branch=master )] ( https://coveralls.io/github /apache/commons-csv?branch=master )
47+ [ ![ Coverage Status] ( https://coveralls.io/repos/apache/commons-csv/badge.svg?branch=master )] ( https://coveralls.io/r /apache/commons-csv )
5148[ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-csv/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-csv/ )
5249[ ![ License] ( http://img.shields.io/:license-apache-blue.svg )] ( http://www.apache.org/licenses/LICENSE-2.0.html )
5350
51+ The Apache Commons CSV library provides a simple interface for reading and writing
52+ CSV files of various types.
53+
5454Documentation
5555-------------
5656
57- More information can be found on the [ homepage] ( https://commons.apache.org/proper/commons-csv ) .
57+ More information can be found on the [ Apache Commons CSV homepage] ( https://commons.apache.org/proper/commons-csv ) .
5858The [ JavaDoc] ( https://commons.apache.org/proper/commons-csv/javadocs/api-release ) can be browsed.
5959Questions related to the usage of Apache Commons CSV should be posted to the [ user mailing list] [ ml ] .
6060
@@ -68,14 +68,14 @@ Alternatively you can pull it from the central Maven repositories:
6868<dependency >
6969 <groupId >org.apache.commons</groupId >
7070 <artifactId >commons-csv</artifactId >
71- <version >1.4 </version >
71+ <version >1.5 </version >
7272</dependency >
7373```
7474
7575Contributing
7676------------
7777
78- We accept PRs via github . The [ developer mailing list] [ ml ] is the main channel of communication for contributors.
78+ We accept Pull Requests via GitHub . The [ developer mailing list] [ ml ] is the main channel of communication for contributors.
7979There are some guidelines which will make applying PRs easier for us:
8080+ No tabs! Please use spaces for indentation.
8181+ Respect the code style.
@@ -87,7 +87,9 @@ You can learn more about contributing via GitHub in our [contribution guidelines
8787
8888License
8989-------
90- Code is under the [ Apache Licence v2] ( https://www.apache.org/licenses/LICENSE-2.0.txt ) .
90+ This code is under the [ Apache Licence v2] ( https://www.apache.org/licenses/LICENSE-2.0 ) .
91+
92+ See the ` NOTICE.txt ` file for required notices and attributions.
9193
9294Donations
9395---------
@@ -97,8 +99,8 @@ Additional Resources
9799--------------------
98100
99101+ [ Apache Commons Homepage] ( https://commons.apache.org/ )
100- + [ Apache Bugtracker (JIRA)] ( https://issues.apache.org/jira/ )
102+ + [ Apache Issue Tracker (JIRA)] ( https://issues.apache.org/jira/browse/CSV )
101103+ [ Apache Commons Twitter Account] ( https://twitter.com/ApacheCommons )
102- + #apachecommons IRC channel on freenode.org
104+ + ` #apache-commons ` IRC channel on ` irc. freenode.org`
103105
104106[ ml ] :https://commons.apache.org/mail-lists.html
0 commit comments