is not current version
Last Version 2.2.0

de.siegmar:fastcsv 1.0.3

Ultra fast and simple RFC 4180 compliant CSV library.

Categories

Categories

CSV Data Data Formats FastCSV
GroupId

GroupId

de.siegmar
ArtifactId

ArtifactId

fastcsv
Version

Version

1.0.3
Type

Type

jar

Download fastcsv 1.0.3


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