CVS Ktx

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
Last Version

Last Version

0.2
Release Date

Release Date

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

How to add to project

<!-- 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.

Kotlin Extension for Apache Commons CSV

Some Kotlin Extension Functions for making your live with Apache Commons CSV easier.

Getting Started

Add the following to your build.gradle

compile 'com.aoe:csv-ktx:0.2'

and you are ready to go

License

Copyright 2018 AOE GmbH

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
com.aoe

AOE

AOE is a leading global provider of services for digital transformation and business models. AOE relies exclusively on established Enterprise Open Source...

Versions

Version
0.2
0.1