is not current version
Last Version 1.3.0

com.github.doyaaaaaken:kotlin-csv-js 1.1.0

Kotlin CSV Reader/Writer

Categories

Categories

JavaScript Languages Kotlin CSV Data Data Formats
GroupId

GroupId

com.github.doyaaaaaken
ArtifactId

ArtifactId

kotlin-csv-js
Version

Version

1.1.0
Type

Type

pom

Download kotlin-csv-js 1.1.0


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