is not current version
Last Version 0.1.0

com.github.lecogiteur:csvbang 0.0.2

A comma-separated values ( CSV ) API, written in JAVA and thread-safe.

Categories

Categories

CSV Data Data Formats
GroupId

GroupId

com.github.lecogiteur
ArtifactId

ArtifactId

csvbang
Version

Version

0.0.2
Type

Type

jar

Download csvbang 0.0.2


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