Categories |
CategoriesKotlin Languages CSV Data Data Formats |
---|---|
GroupId | GroupIdcom.github.doyaaaaaken |
ArtifactId | ArtifactIdkotlin-csv |
Version | Version0.2.1 |
Type | Typejar |
Filename | Size |
---|---|
kotlin-csv-0.2.1.pom | |
kotlin-csv-0.2.1.jar | 16 KB |
kotlin-csv-0.2.1-sources.jar | 4 KB |
kotlin-csv-0.2.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.doyaaaaaken/kotlin-csv/ -->
<dependency>
<groupId>com.github.doyaaaaaken</groupId>
<artifactId>kotlin-csv</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.doyaaaaaken/kotlin-csv/
implementation 'com.github.doyaaaaaken:kotlin-csv:0.2.1'
// https://jarcasting.com/artifacts/com.github.doyaaaaaken/kotlin-csv/
implementation ("com.github.doyaaaaaken:kotlin-csv:0.2.1")
'com.github.doyaaaaaken:kotlin-csv:jar:0.2.1'
<dependency org="com.github.doyaaaaaken" name="kotlin-csv" rev="0.2.1">
<artifact name="kotlin-csv" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.doyaaaaaken', module='kotlin-csv', version='0.2.1')
)
libraryDependencies += "com.github.doyaaaaaken" % "kotlin-csv" % "0.2.1"
[com.github.doyaaaaaken/kotlin-csv "0.2.1"]