is not current version
Last Version 2.1.0

io.github.pelletier197:csv-core 1.2.0

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

Categories

Categories

CSV Data Data Formats
GroupId

GroupId

io.github.pelletier197
ArtifactId

ArtifactId

csv-core
Version

Version

1.2.0
Type

Type

pom

Download csv-core 1.2.0


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