is not current version
Last Version 4.0.0

com.github.timo-reymann:csv-parser 1.0.1

Simple CSV-Parser

Categories

Categories

CSV Data Data Formats
GroupId

GroupId

com.github.timo-reymann
ArtifactId

ArtifactId

csv-parser
Version

Version

1.0.1
Type

Type

jar

Download csv-parser 1.0.1


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