Last Version

Simple CSV 2.6

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
Version

Version

2.6
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 2.6


<!-- 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.