| License |
License |
|---|---|
| Categories |
CategoriesCSV Data Data Formats |
| GroupId | GroupIdcom.aoe |
| ArtifactId | ArtifactIdcsv-ktx |
| Version | Version0.2 |
| Type | Typejar |
| Description |
DescriptionCVS Ktx
A set of Kotlin extension for Apache Commons CSV
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| csv-ktx-0.2.pom | |
| csv-ktx-0.2.jar | 2 KB |
| csv-ktx-0.2-sources.jar | 1 KB |
| csv-ktx-0.2-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.aoe/csv-ktx/ -->
<dependency>
<groupId>com.aoe</groupId>
<artifactId>csv-ktx</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.aoe/csv-ktx/
implementation 'com.aoe:csv-ktx:0.2'
// https://jarcasting.com/artifacts/com.aoe/csv-ktx/
implementation ("com.aoe:csv-ktx:0.2")
'com.aoe:csv-ktx:jar:0.2'
<dependency org="com.aoe" name="csv-ktx" rev="0.2">
<artifact name="csv-ktx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aoe', module='csv-ktx', version='0.2')
)
libraryDependencies += "com.aoe" % "csv-ktx" % "0.2"
[com.aoe/csv-ktx "0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-csv | jar | 1.5 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.2.41 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| com.google.truth : truth | jar | 0.39 |