License |
License |
---|---|
Categories |
CategoriesCSV Data Data Formats |
GroupId | GroupIdcom.github.ansell.csv |
ArtifactId | ArtifactIdcsvstream |
Last Version | Last Version0.0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCSVStream
CSV Stream processing library
|
Project URL |
Project URL |
Filename | Size |
---|---|
csvstream-0.0.5.pom | |
csvstream-0.0.5.jar | 15 KB |
csvstream-0.0.5-tests.jar | 27 KB |
csvstream-0.0.5-test-sources.jar | 15 KB |
csvstream-0.0.5-sources.jar | 14 KB |
csvstream-0.0.5-javadoc.jar | 404 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ansell.csv/csvstream/ -->
<dependency>
<groupId>com.github.ansell.csv</groupId>
<artifactId>csvstream</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ansell.csv/csvstream/
implementation 'com.github.ansell.csv:csvstream:0.0.5'
// https://jarcasting.com/artifacts/com.github.ansell.csv/csvstream/
implementation ("com.github.ansell.csv:csvstream:0.0.5")
'com.github.ansell.csv:csvstream:jar:0.0.5'
<dependency org="com.github.ansell.csv" name="csvstream" rev="0.0.5">
<artifact name="csvstream" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ansell.csv', module='csvstream', version='0.0.5')
)
libraryDependencies += "com.github.ansell.csv" % "csvstream" % "0.0.5"
[com.github.ansell.csv/csvstream "0.0.5"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-core | jar | 2.9.3 |
com.fasterxml.jackson.dataformat : jackson-dataformat-csv | jar | 2.9.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |