Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.11 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.11 KB

osgl-csv

APL v2 Maven Central Build Status codecov Javadocs

A flexible and easy to use java CSV library.

Install

Add the following section to your pom.xml file:

<dependency>
  <groupId>org.osgl</groupId>
  <artifactId>osgl-csv</artifactId>
  <version>1.0.0-SNAPSHOT</version>
</dependency>

Note If you are using SNAPSHOT version make sure you have the parent section in your pom.xml file:

<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>