Simple CSV

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

License

License

ISC License
Categories

Categories

CSV Data Data Formats
GroupId

GroupId

com.j256.simplecsv
ArtifactId

ArtifactId

simplecsv
Last Version

Last Version

2.6
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

http://256stuff.com/sources/simplecsv/
Source Code Management

Source Code Management

https://github.com/j256/simplecsv

Download simplecsv

How to add to project

<!-- https://jarcasting.com/artifacts/com.j256.simplecsv/simplecsv/ -->
<dependency>
    <groupId>com.j256.simplecsv</groupId>
    <artifactId>simplecsv</artifactId>
    <version>2.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.j256.simplecsv/simplecsv/
implementation 'com.j256.simplecsv:simplecsv:2.6'
// https://jarcasting.com/artifacts/com.j256.simplecsv/simplecsv/
implementation ("com.j256.simplecsv:simplecsv:2.6")
'com.j256.simplecsv:simplecsv:jar:2.6'
<dependency org="com.j256.simplecsv" name="simplecsv" rev="2.6">
  <artifact name="simplecsv" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.j256.simplecsv', module='simplecsv', version='2.6')
)
libraryDependencies += "com.j256.simplecsv" % "simplecsv" % "2.6"
[com.j256.simplecsv/simplecsv "2.6"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.1

Project Modules

There are no modules declared in this project.

Versions

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