is not current version
Last Version 2.0.0

com.github.dkschlos:super-csv-declarative 1.0

An extension for Super CSV that enables declarative/implicit configuration of POJO-CSV-Mappings

Categories

Categories

CSV Data Data Formats Super CSV
GroupId

GroupId

com.github.dkschlos
ArtifactId

ArtifactId

super-csv-declarative
Version

Version

1.0
Type

Type

jar

Download super-csv-declarative 1.0


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