is not current version
Last Version 0.2

com.aoe:csv-ktx 0.1

A set of Kotlin extension for Apache Commons CSV

Categories

Categories

CSV Data Data Formats
GroupId

GroupId

com.aoe
ArtifactId

ArtifactId

csv-ktx
Version

Version

0.1
Type

Type

jar

Download csv-ktx 0.1


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