Apache Commons CSV

The Apache Commons CSV library provides a simple interface for reading and writing CSV files of various types.

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

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

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

1.7.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Apache Commons CSV
The Apache Commons CSV library provides a simple interface for reading and writing CSV files of various types.
Ссылка на сайт

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

https://github.com/pustike/commons-csv/

Скачать commons-csv

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

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

Зависимости

test (2)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-api jar 5.4.2
org.junit.jupiter : junit-jupiter-engine jar 5.4.2

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

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

Apache Commons CSV

This library is a fork of the Apache Commons CSV.

Additionally, it has following changes:

  • Added module-info.java and requires Java 11.
  • Replace Assertions notNull() usage with Objects requireNonNull()
  • Remove dependency on java.sql module and remove unnecessary boxing

Documentation: Latest javadocs is available here.

Download

To add a dependency using Maven, use the following:

<dependency>
    <groupId>io.github.pustike</groupId>
    <artifactId>commons-csv</artifactId>
    <version>1.7.0</version>
</dependency>

To add a dependency using Gradle:

dependencies {
    compile 'io.github.pustike:commons-csv:1.7.0'
}

Or, download the latest JAR

License

This library is published under the Apache License, Version 2.0

io.github.pustike

Pustike

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

Версия
1.7.0
1.6.0