Last Version

me.landmesser.simplecsv:simplecsv 1.0

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

License

License

Categories

Categories

CSV Data Data Formats
GroupId

GroupId

me.landmesser.simplecsv
ArtifactId

ArtifactId

simplecsv
Version

Version

1.0
Type

Type

jar
Description

Description

me.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

https://github.com/bmilcke/simplecsv
Source Code Management

Source Code Management

https://github.com/bmilcke/simplecsv

Download simplecsv 1.0


<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.commons : commons-csv jar 1.8

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.6.0
org.junit.jupiter : junit-jupiter-params jar 5.6.0

Project Modules

There are no modules declared in this project.