License |
License |
---|---|
Categories |
CategoriesKotlin Languages CSV Data Data Formats |
GroupId | GroupIdcom.github.doyaaaaaken |
ArtifactId | ArtifactIdkotlin-csv |
Last Version | Last Version1.3.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionkotlin-csv
Kotlin CSV Reader/Writer
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kotlin-csv-1.3.0.pom | |
kotlin-csv-1.3.0.module | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.doyaaaaaken/kotlin-csv/ -->
<dependency>
<groupId>com.github.doyaaaaaken</groupId>
<artifactId>kotlin-csv</artifactId>
<version>1.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.doyaaaaaken/kotlin-csv/
implementation 'com.github.doyaaaaaken:kotlin-csv:1.3.0'
// https://jarcasting.com/artifacts/com.github.doyaaaaaken/kotlin-csv/
implementation ("com.github.doyaaaaaken:kotlin-csv:1.3.0")
'com.github.doyaaaaaken:kotlin-csv:pom:1.3.0'
<dependency org="com.github.doyaaaaaken" name="kotlin-csv" rev="1.3.0">
<artifact name="kotlin-csv" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.doyaaaaaken', module='kotlin-csv', version='1.3.0')
)
libraryDependencies += "com.github.doyaaaaaken" % "kotlin-csv" % "1.3.0"
[com.github.doyaaaaaken/kotlin-csv "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.5.31 |