is not current version
Last Version 1.3.0

com.github.doyaaaaaken:kotlin-csv 0.9.0

Kotlin CSV Reader/Writer

Categories

Categories

Kotlin Languages CSV Data Data Formats
GroupId

GroupId

com.github.doyaaaaaken
ArtifactId

ArtifactId

kotlin-csv
Version

Version

0.9.0
Type

Type

pom

Download kotlin-csv 0.9.0


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