is not current version
Last Version 0.1.0

com.github.houbb:csv 0.0.3

The csv read/write tool based on java annotation.

Categories

Categories

CSV Data Data Formats
GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

csv
Version

Version

0.0.3
Type

Type

jar

Download csv 0.0.3


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