License |
License |
---|---|
Categories |
CategoriesCSV Data Data Formats opencsv |
GroupId | GroupIdcom.github.greengerong |
ArtifactId | ArtifactIdopencsv.utils |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionopencsv.utils
|
Project URL |
Project URL |
Filename | Size |
---|---|
opencsv.utils-1.2.pom | |
opencsv.utils-1.2.jar | 9 KB |
opencsv.utils-1.2-sources.jar | 4 KB |
opencsv.utils-1.2-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.greengerong/opencsv.utils/ -->
<dependency>
<groupId>com.github.greengerong</groupId>
<artifactId>opencsv.utils</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.greengerong/opencsv.utils/
implementation 'com.github.greengerong:opencsv.utils:1.2'
// https://jarcasting.com/artifacts/com.github.greengerong/opencsv.utils/
implementation ("com.github.greengerong:opencsv.utils:1.2")
'com.github.greengerong:opencsv.utils:jar:1.2'
<dependency org="com.github.greengerong" name="opencsv.utils" rev="1.2">
<artifact name="opencsv.utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.greengerong', module='opencsv.utils', version='1.2')
)
libraryDependencies += "com.github.greengerong" % "opencsv.utils" % "1.2"
[com.github.greengerong/opencsv.utils "1.2"]
Group / Artifact | Type | Version |
---|---|---|
net.sf.opencsv : opencsv | jar | 2.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |