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

Лицензия

Лицензия

MIT
Категории

Категории

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

Группа

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

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

csv-core
Последняя версия

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

2.1.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

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
Ссылка на сайт

Ссылка на сайт

https://github.com/pelletier197/kotlin-stream-csv
Система контроля версий

Система контроля версий

https://github.com/pelletier197/

Скачать csv-core

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-reflect jar 1.5.31

runtime (1)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-stdlib jar 1.5.31

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
2.1.0
2.0.0
1.4.0
1.3.1
1.3.0
1.2.0
1.1.3
1.1.2