Skip to content

osglworks/java-csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

A csv library extends osgl-tool

Resources

Stars

Watchers

Forks

Packages

No packages published