is not current version
Last Version 2.1.0

Kotlin stream CSV core 1.3.0

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
Version

Version

1.3.0
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 1.3.0


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.