MVN

com.j256.simplecsv : simplecsv

Maven & Gradle

Feb 16, 2019
23 stars

Simple CSV · Simple CSV Java package which helps with the reading and writing of CSV files using annotations.

<dependency>
    <groupId>com.j256.simplecsv</groupId>
    <artifactId>simplecsv</artifactId>
    <version>2.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.j256.simplecsv : simplecsv to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6

All Versions

Choose a version of com.j256.simplecsv : simplecsv to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6
simplecsv-2.6
2.5
simplecsv-2.5
2.4
simplecsv-2.4
2.3
simplecsv-2.3
2.2
simplecsv-2.2
2.1
simplecsv-2.1
1.5
simplecsv-1.5
1.4
simplecsv-1.4
1.3
simplecsv-1.3
1.2
simplecsv-1.2
1.1
simplecsv-1.1
0.8
simplecsv-0.8
0.7
simplecsv-0.7
0.6
simplecsv-0.6
0.5
simplecsv-0.5
0.4
simplecsv-0.4
0.3
simplecsv-0.3
0.2
simplecsv-0.2
0.1
simplecsv-0.1

How to add a dependency to Maven

Add the following com.j256.simplecsv : simplecsv maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.j256.simplecsv</groupId>
    <artifactId>simplecsv</artifactId>
    <version>2.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.j256.simplecsv : simplecsv gradle dependency to your build.gradle file:

implementation 'com.j256.simplecsv:simplecsv:2.6'

Gradle Kotlin DSL: Add the following com.j256.simplecsv : simplecsv gradle kotlin dependency to your build.gradle.kts file:

implementation("com.j256.simplecsv:simplecsv:2.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.j256.simplecsv : simplecsv sbt scala dependency to your build.sbt file:

libraryDependencies += "com.j256.simplecsv" % "simplecsv" % "2.6"