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