License |
License |
---|---|
Categories |
CategoriesCSV Data Data Formats Super CSV |
GroupId | GroupIdcom.github.dmn1k |
ArtifactId | ArtifactIdsuper-csv-declarative |
Last Version | Last Version4.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSuper CSV Declarative Extension
An extension for Super CSV that enables declarative/implicit configuration of POJO-CSV-Mappings
|
Project URL |
Project URL |
Filename | Size |
---|---|
super-csv-declarative-4.0.0.pom | |
super-csv-declarative-4.0.0.jar | 142 KB |
super-csv-declarative-4.0.0-sources.jar | 123 KB |
super-csv-declarative-4.0.0-javadoc.jar | 640 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dmn1k/super-csv-declarative/ -->
<dependency>
<groupId>com.github.dmn1k</groupId>
<artifactId>super-csv-declarative</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dmn1k/super-csv-declarative/
implementation 'com.github.dmn1k:super-csv-declarative:4.0.0'
// https://jarcasting.com/artifacts/com.github.dmn1k/super-csv-declarative/
implementation ("com.github.dmn1k:super-csv-declarative:4.0.0")
'com.github.dmn1k:super-csv-declarative:jar:4.0.0'
<dependency org="com.github.dmn1k" name="super-csv-declarative" rev="4.0.0">
<artifact name="super-csv-declarative" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dmn1k', module='super-csv-declarative', version='4.0.0')
)
libraryDependencies += "com.github.dmn1k" % "super-csv-declarative" % "4.0.0"
[com.github.dmn1k/super-csv-declarative "4.0.0"]
Group / Artifact | Type | Version |
---|---|---|
net.sf.supercsv : super-csv | jar | 2.4.0 |
net.sf.supercsv : super-csv-java8 | jar | 2.4.0 |
org.slf4j : slf4j-api | jar | 1.7.21 |
commons-lang : commons-lang | jar | 2.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
ch.qos.logback : logback-classic | jar | 1.1.7 |
org.reflections : reflections | jar | 0.9.10 |
org.mockito : mockito-all | jar | 1.10.19 |