legacy
old code base, that have to be replace or split to new project.
License |
License |
---|---|
Categories |
CategoriesIDE Development Tools Net CSV Data Data Formats |
GroupId | GroupIdnet.minidev |
ArtifactId | ArtifactIdcsv |
Last Version | Last Version1.0.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMinidev CSV Parser
|
Project Organization |
Project OrganizationChemouni Uriel |
Filename | Size |
---|---|
csv-1.0.7.pom | |
csv-1.0.7.jar | 23 KB |
csv-1.0.7-sources.jar | 10 KB |
csv-1.0.7-javadoc.jar | 95 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.minidev/csv/ -->
<dependency>
<groupId>net.minidev</groupId>
<artifactId>csv</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/net.minidev/csv/
implementation 'net.minidev:csv:1.0.7'
// https://jarcasting.com/artifacts/net.minidev/csv/
implementation ("net.minidev:csv:1.0.7")
'net.minidev:csv:jar:1.0.7'
<dependency org="net.minidev" name="csv" rev="1.0.7">
<artifact name="csv" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.minidev', module='csv', version='1.0.7')
)
libraryDependencies += "net.minidev" % "csv" % "1.0.7"
[net.minidev/csv "1.0.7"]
Group / Artifact | Type | Version |
---|---|---|
net.minidev : commons | jar | 1.0.7 |
commons-io : commons-io | jar | 2.5 |
com.github.jponge : lzma-java | jar | 1.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
old code base, that have to be replace or split to new project.