Kotlin stream CSV core

A kotlin and java CSV parser that uses the power of kotlin DSL to simplify parsing and error handling compared to existing solutions

License

License

MIT
Categories

Categories

CSV Data Data Formats
GroupId

GroupId

io.github.pelletier197
ArtifactId

ArtifactId

csv-core
Last Version

Last Version

2.1.0
Release Date

Release Date

Type

Type

pom
Description

Description

Kotlin stream CSV core
A kotlin and java CSV parser that uses the power of kotlin DSL to simplify parsing and error handling compared to existing solutions
Project URL

Project URL

https://github.com/pelletier197/kotlin-stream-csv
Source Code Management

Source Code Management

https://github.com/pelletier197/

Download csv-core

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.pelletier197/csv-core/ -->
<dependency>
    <groupId>io.github.pelletier197</groupId>
    <artifactId>csv-core</artifactId>
    <version>2.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.pelletier197/csv-core/
implementation 'io.github.pelletier197:csv-core:2.1.0'
// https://jarcasting.com/artifacts/io.github.pelletier197/csv-core/
implementation ("io.github.pelletier197:csv-core:2.1.0")
'io.github.pelletier197:csv-core:pom:2.1.0'
<dependency org="io.github.pelletier197" name="csv-core" rev="2.1.0">
  <artifact name="csv-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.pelletier197', module='csv-core', version='2.1.0')
)
libraryDependencies += "io.github.pelletier197" % "csv-core" % "2.1.0"
[io.github.pelletier197/csv-core "2.1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-reflect jar 1.5.31

runtime (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.5.31

Project Modules

There are no modules declared in this project.

Versions

Version
2.1.0
2.0.0
1.4.0
1.3.1
1.3.0
1.2.0
1.1.3
1.1.2