Last Version

CVS Ktx 0.2

A set of Kotlin extension for Apache Commons CSV

License

License

Categories

Categories

CSV Data Data Formats
GroupId

GroupId

com.aoe
ArtifactId

ArtifactId

csv-ktx
Version

Version

0.2
Type

Type

jar
Description

Description

CVS Ktx
A set of Kotlin extension for Apache Commons CSV
Project URL

Project URL

https://github.com/AOEpeople/csv-ktx
Source Code Management

Source Code Management

https://github.com/AOEpeople/csv-ktx

Download csv-ktx 0.2


<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.commons : commons-csv jar 1.5
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.2.41

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
com.google.truth : truth jar 0.39

Project Modules

There are no modules declared in this project.