License |
License |
---|---|
Categories |
CategoriesCSV Data Data Formats |
GroupId | GroupIdorg.ytheohar |
ArtifactId | ArtifactIdcsv4j |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionorg.ytheohar:csv4j
An application that deserializes CSV data into instances of java domain types.
|
Project URL |
Project URL |
Filename | Size |
---|---|
csv4j-1.0.pom | |
csv4j-1.0.jar | 9 KB |
csv4j-1.0-sources.jar | 5 KB |
csv4j-1.0-javadoc.jar | 34 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 18.0 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.9.4 |