is not current version
Last Version 2.0.1

com.github.lahahana:csv 1.0.2

annotation based csv serialize tool

Categories

Categories

CSV Data Data Formats
GroupId

GroupId

com.github.lahahana
ArtifactId

ArtifactId

csv
Version

Version

1.0.2
Type

Type

jar

Download csv 1.0.2


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