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

Delimiter Separated Values Parser 1.0.1

If you need to parse delimited text, this parser is for you. By default it parses comma-delimited text, but any delimiter will do. It can handle embedded strings, line terminators and xml.

Лицензия

Лицензия

Группа

Группа

za.co.clock24
Идентификатор

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

DsvParser
Версия

Версия

1.0.1
Тип

Тип

jar
Описание

Описание

Delimiter Separated Values Parser
If you need to parse delimited text, this parser is for you. By default it parses comma-delimited text, but any delimiter will do. It can handle embedded strings, line terminators and xml.
Система контроля версий

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

https://github.com/hoogenbj/dsvparser

Скачать DsvParser 1.0.1


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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
commons-collections : commons-collections jar 3.2.1
log4j : log4j jar 1.2.17

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.10

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

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