| License |
License |
|---|---|
| Categories |
CategoriesCSV Data Data Formats Super CSV |
| GroupId | GroupIdcom.github.dkschlos |
| ArtifactId | ArtifactIdsuper-csv-declarative |
| Last Version | Last Version2.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-2.0.0.pom | |
| super-csv-declarative-2.0.0.jar | 93 KB |
| super-csv-declarative-2.0.0-sources.jar | 80 KB |
| super-csv-declarative-2.0.0-javadoc.jar | 403 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.dkschlos/super-csv-declarative/ -->
<dependency>
<groupId>com.github.dkschlos</groupId>
<artifactId>super-csv-declarative</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dkschlos/super-csv-declarative/
implementation 'com.github.dkschlos:super-csv-declarative:2.0.0'
// https://jarcasting.com/artifacts/com.github.dkschlos/super-csv-declarative/
implementation ("com.github.dkschlos:super-csv-declarative:2.0.0")
'com.github.dkschlos:super-csv-declarative:jar:2.0.0'
<dependency org="com.github.dkschlos" name="super-csv-declarative" rev="2.0.0">
<artifact name="super-csv-declarative" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dkschlos', module='super-csv-declarative', version='2.0.0')
)
libraryDependencies += "com.github.dkschlos" % "super-csv-declarative" % "2.0.0"
[com.github.dkschlos/super-csv-declarative "2.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.sf.supercsv : super-csv | jar | 2.4.0 |
| org.slf4j : slf4j-api | jar | 1.7.5 |
| commons-lang : commons-lang | jar | 2.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| ch.qos.logback : logback-classic | jar | 1.0.11 |
| org.reflections : reflections | jar | 0.9.10 |
| org.mockito : mockito-all | jar | 1.10.19 |