is not current version
Last Version 1.2

com.github.greengerong:opencsv.utils 1.0


Categories

Categories

CSV Data Data Formats opencsv
GroupId

GroupId

com.github.greengerong
ArtifactId

ArtifactId

opencsv.utils
Version

Version

1.0
Type

Type

jar

Download opencsv.utils 1.0


<!-- https://jarcasting.com/artifacts/com.github.greengerong/opencsv.utils/ -->
<dependency>
    <groupId>com.github.greengerong</groupId>
    <artifactId>opencsv.utils</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.greengerong/opencsv.utils/
implementation 'com.github.greengerong:opencsv.utils:1.0'
// https://jarcasting.com/artifacts/com.github.greengerong/opencsv.utils/
implementation ("com.github.greengerong:opencsv.utils:1.0")
'com.github.greengerong:opencsv.utils:jar:1.0'
<dependency org="com.github.greengerong" name="opencsv.utils" rev="1.0">
  <artifact name="opencsv.utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.greengerong', module='opencsv.utils', version='1.0')
)
libraryDependencies += "com.github.greengerong" % "opencsv.utils" % "1.0"
[com.github.greengerong/opencsv.utils "1.0"]