License |
License |
---|---|
Categories |
CategoriesCSV Data Data Formats opencsv |
GroupId | GroupIdau.com.bytecode |
ArtifactId | ArtifactIdopencsv |
Last Version | Last Version2.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionopencsv
A simple library for reading and writing CSV in Java
|
Project URL |
Project URL |
Filename | Size |
---|---|
opencsv-2.4.pom | |
opencsv-2.4.jar | 25 KB |
opencsv-2.4-sources.jar | 21 KB |
opencsv-2.4-javadoc.jar | 121 KB |
Browse |
<!-- https://jarcasting.com/artifacts/au.com.bytecode/opencsv/ -->
<dependency>
<groupId>au.com.bytecode</groupId>
<artifactId>opencsv</artifactId>
<version>2.4</version>
</dependency>
// https://jarcasting.com/artifacts/au.com.bytecode/opencsv/
implementation 'au.com.bytecode:opencsv:2.4'
// https://jarcasting.com/artifacts/au.com.bytecode/opencsv/
implementation ("au.com.bytecode:opencsv:2.4")
'au.com.bytecode:opencsv:jar:2.4'
<dependency org="au.com.bytecode" name="opencsv" rev="2.4">
<artifact name="opencsv" type="jar" />
</dependency>
@Grapes(
@Grab(group='au.com.bytecode', module='opencsv', version='2.4')
)
libraryDependencies += "au.com.bytecode" % "opencsv" % "2.4"
[au.com.bytecode/opencsv "2.4"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.7 |