Categories |
CategoriesCSV Data Data Formats |
---|---|
GroupId | GroupIdcom.github.adesigns |
ArtifactId | ArtifactIdcsv-creator |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
csv-creator-1.0.0.pom | |
csv-creator-1.0.0.jar | 5 KB |
csv-creator-1.0.0-sources.jar | 5 KB |
csv-creator-1.0.0-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.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"]