| License |
License |
|---|---|
| GroupId | GroupIdza.co.clock24 |
| ArtifactId | ArtifactIdDsvParser |
| Version | Version1.0.1 |
| Type | Typejar |
| Description |
DescriptionDelimiter 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.
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| DsvParser-1.0.1.pom | |
| DsvParser-1.0.1.jar | 18 KB |
| DsvParser-1.0.1-sources.jar | 5 KB |
| DsvParser-1.0.1-javadoc.jar | 54 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-collections : commons-collections | jar | 3.2.1 |
| log4j : log4j | jar | 1.2.17 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |