не последняя версия
Последняя версия 2.1.0

io.github.pelletier197:csv-core 1.1.3

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

Категории

Категории

CSV Данные Data Formats
Группа

Группа

io.github.pelletier197
Идентификатор

Идентификатор

csv-core
Версия

Версия

1.1.3
Тип

Тип

pom

Скачать csv-core 1.1.3


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