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

org.evolvis.tartools:csvfile 2.1

CSV file reader/writer

Категории

Категории

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

Группа

org.evolvis.tartools
Идентификатор

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

csvfile
Версия

Версия

2.1
Тип

Тип

jar

Скачать csvfile 2.1


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