org.ytheohar:csv4j

An application that deserializes CSV data into instances of java domain types.

License

License

Categories

Categories

CSV Data Data Formats
GroupId

GroupId

org.ytheohar
ArtifactId

ArtifactId

csv4j
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

org.ytheohar:csv4j
An application that deserializes CSV data into instances of java domain types.
Project URL

Project URL

http://ytheohar.blogspot.co.uk/2015/06/csv4j-deserialize-csv-files-into-java.html

Download csv4j

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.google.guava : guava jar 18.0

test (1)

Group / Artifact Type Version
org.testng : testng jar 6.9.4

Project Modules

There are no modules declared in this project.

Versions

Version
1.0