Categories |
CategoriesKotlin Languages CSV Data Data Formats |
---|---|
GroupId | GroupIdcom.github.doyaaaaaken |
ArtifactId | ArtifactIdkotlin-csv |
Version | Version0.6.0 |
Type | Typejar |
Filename | Size |
---|---|
kotlin-csv-0.6.0.pom | |
kotlin-csv-0.6.0.jar | 43 KB |
kotlin-csv-0.6.0-sources.jar | 10 KB |
kotlin-csv-0.6.0-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.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.doyaaaaaken/kotlin-csv/
implementation 'com.github.doyaaaaaken:kotlin-csv:0.6.0'
// https://jarcasting.com/artifacts/com.github.doyaaaaaken/kotlin-csv/
implementation ("com.github.doyaaaaaken:kotlin-csv:0.6.0")
'com.github.doyaaaaaken:kotlin-csv:jar:0.6.0'
<dependency org="com.github.doyaaaaaken" name="kotlin-csv" rev="0.6.0">
<artifact name="kotlin-csv" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.doyaaaaaken', module='kotlin-csv', version='0.6.0')
)
libraryDependencies += "com.github.doyaaaaaken" % "kotlin-csv" % "0.6.0"
[com.github.doyaaaaaken/kotlin-csv "0.6.0"]