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

no.laukvik:csv 0.9.2

LaukvikCSV is a powerful API for reading, writing and querying tabular data stored in the CSV format. In contrast to other API it lets you specify data types for each column using meta data. It automatically detects delimiters so you don't have to worry about delimiters being comma, tab, pipe, semicolon etc. Run powerful queries to filter your data easily with a fluid query language thats type safe. Export your tabular data to CSV, JSON, XML and HTML.

Категории

Категории

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

Группа

no.laukvik
Идентификатор

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

csv
Версия

Версия

0.9.2
Тип

Тип

jar

Скачать csv 0.9.2

Имя Файла Размер
csv-0.9.2.pom
csv-0.9.2.jar 125 KB
csv-0.9.2-sources.jar 109 KB
csv-0.9.2-javadoc.jar 638 KB
Обзор

<!-- https://jarcasting.com/artifacts/no.laukvik/csv/ -->
<dependency>
    <groupId>no.laukvik</groupId>
    <artifactId>csv</artifactId>
    <version>0.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/no.laukvik/csv/
implementation 'no.laukvik:csv:0.9.2'
// https://jarcasting.com/artifacts/no.laukvik/csv/
implementation ("no.laukvik:csv:0.9.2")
'no.laukvik:csv:jar:0.9.2'
<dependency org="no.laukvik" name="csv" rev="0.9.2">
  <artifact name="csv" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.laukvik', module='csv', version='0.9.2')
)
libraryDependencies += "no.laukvik" % "csv" % "0.9.2"
[no.laukvik/csv "0.9.2"]