is not current version
Last Version 2.0.2

za.co.clock24:DsvParser 1.0.0

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.

GroupId

GroupId

za.co.clock24
ArtifactId

ArtifactId

DsvParser
Version

Version

1.0.0
Type

Type

jar

Download DsvParser 1.0.0


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