f

fastcsv

Ultra fast and simple RFC 4180 compliant CSV library.
https://github.com/osiegmar/FastCSV
MIT License
Oliver Siegmar
Files download
File Operation
fastcsv-2.2.0.jar download
fastcsv-2.2.0.pom download
fastcsv-2.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>de.siegmar</groupId>
  <artifactId>fastcsv</artifactId>
  <version>2.2.0</version>
</dependency>
Gradle Groovy
implementation 'de.siegmar:fastcsv:2.2.0'
Gradle Kotlin
implementation("de.siegmar:fastcsv:2.2.0")
Scala SBT
libraryDependencies += "de.siegmar" % "fastcsv" % "2.2.0"
Groovy Grape
@Grapes(
  @Grab(group='de.siegmar', module='fastcsv', version='2.2.0')
)
Apache Ivy
<dependency org="de.siegmar" name="fastcsv" rev="2.2.0" />
Leiningen
[de.siegmar/fastcsv "2.2.0"]
Apache Buildr
'de.siegmar:fastcsv:jar:2.2.0'
Dependencies
The project has no third-party dependencies