is not current version
Last Version 1.2

de.bytefish:jtinycsvparser 1.0

JTinyCsvParser is a high-performance CSV Parser for Java 1.8.

Categories

Categories

CSV Data Data Formats
GroupId

GroupId

de.bytefish
ArtifactId

ArtifactId

jtinycsvparser
Version

Version

1.0
Type

Type

jar

Download jtinycsvparser 1.0


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