is not current version
Last Version 1.1.0

com.github.XDean:fluent-csv 1.0.0

Fluent and Flexible CSV Framework

Categories

Categories

CSV Data Data Formats
GroupId

GroupId

com.github.XDean
ArtifactId

ArtifactId

fluent-csv
Version

Version

1.0.0
Type

Type

jar

Download fluent-csv 1.0.0


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