License |
License |
---|---|
Categories |
CategoriesCSV Data Data Formats |
GroupId | GroupIdme.landmesser.simplecsv |
ArtifactId | ArtifactIdsimplecsv |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionme.landmesser.simplecsv:simplecsv
Module that allows exporting Java beans into CSV format. Configuration
can be done via annotations. Under the hood, apache commons csv is used for writing
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
simplecsv-1.0.pom | |
simplecsv-1.0.jar | 41 KB |
simplecsv-1.0-sources.jar | 22 KB |
simplecsv-1.0-javadoc.jar | 161 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.landmesser.simplecsv/simplecsv/ -->
<dependency>
<groupId>me.landmesser.simplecsv</groupId>
<artifactId>simplecsv</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.landmesser.simplecsv/simplecsv/
implementation 'me.landmesser.simplecsv:simplecsv:1.0'
// https://jarcasting.com/artifacts/me.landmesser.simplecsv/simplecsv/
implementation ("me.landmesser.simplecsv:simplecsv:1.0")
'me.landmesser.simplecsv:simplecsv:jar:1.0'
<dependency org="me.landmesser.simplecsv" name="simplecsv" rev="1.0">
<artifact name="simplecsv" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.landmesser.simplecsv', module='simplecsv', version='1.0')
)
libraryDependencies += "me.landmesser.simplecsv" % "simplecsv" % "1.0"
[me.landmesser.simplecsv/simplecsv "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-csv | jar | 1.8 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.6.0 |
org.junit.jupiter : junit-jupiter-params | jar | 5.6.0 |