is not current version
Last Version 2.2

com.github.mygreen:super-csv-annotation 2.1

CSVのJavaライブラリであるSuperCSVに、アノテーション機能を追加したライブラリです。

Categories

Categories

CSV Data Data Formats Super CSV
GroupId

GroupId

com.github.mygreen
ArtifactId

ArtifactId

super-csv-annotation
Version

Version

2.1
Type

Type

jar

Download super-csv-annotation 2.1


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