License |
License |
---|---|
Categories |
CategoriesJava Languages Net CSV Data Data Formats |
GroupId | GroupIdnet.java.dev |
ArtifactId | ArtifactIdcsvio |
Last Version | Last Version0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncsvio
Simple CSV IO processing.
|
Filename | Size |
---|---|
csvio-0.5.pom | |
csvio-0.5.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.java.dev/csvio/ -->
<dependency>
<groupId>net.java.dev</groupId>
<artifactId>csvio</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.java.dev/csvio/
implementation 'net.java.dev:csvio:0.5'
// https://jarcasting.com/artifacts/net.java.dev/csvio/
implementation ("net.java.dev:csvio:0.5")
'net.java.dev:csvio:jar:0.5'
<dependency org="net.java.dev" name="csvio" rev="0.5">
<artifact name="csvio" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.java.dev', module='csvio', version='0.5')
)
libraryDependencies += "net.java.dev" % "csvio" % "0.5"
[net.java.dev/csvio "0.5"]
Group / Artifact | Type | Version |
---|---|---|
org.jmock : jmock-legacy | jar | 2.5.1 |
Group / Artifact | Type | Version |
---|---|---|
org.jmock : jmock | jar | 2.5.1 |
org.testng : testng | jar | 5.8 |