is not current version
Last Version 1.0.2

com.github.adesigns:csv-creator 1.0.0

Dead-simple way to generate CSV output.

Categories

Categories

CSV Data Data Formats
GroupId

GroupId

com.github.adesigns
ArtifactId

ArtifactId

csv-creator
Version

Version

1.0.0
Type

Type

jar

Download csv-creator 1.0.0


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