Categories |
CategoriesCSV Data Data Formats |
---|---|
GroupId | GroupIdcom.github.adesigns |
ArtifactId | ArtifactIdcsv-creator |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
csv-creator-1.0.1.pom | |
csv-creator-1.0.1.jar | 5 KB |
csv-creator-1.0.1-sources.jar | 5 KB |
csv-creator-1.0.1-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.adesigns/csv-creator/ -->
<dependency>
<groupId>com.github.adesigns</groupId>
<artifactId>csv-creator</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.adesigns/csv-creator/
implementation 'com.github.adesigns:csv-creator:1.0.1'
// https://jarcasting.com/artifacts/com.github.adesigns/csv-creator/
implementation ("com.github.adesigns:csv-creator:1.0.1")
'com.github.adesigns:csv-creator:jar:1.0.1'
<dependency org="com.github.adesigns" name="csv-creator" rev="1.0.1">
<artifact name="csv-creator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.adesigns', module='csv-creator', version='1.0.1')
)
libraryDependencies += "com.github.adesigns" % "csv-creator" % "1.0.1"
[com.github.adesigns/csv-creator "1.0.1"]