License |
License |
---|---|
Categories |
CategoriesCSV Data Data Formats |
GroupId | GroupIdbe.yildiz-games |
ArtifactId | ArtifactIdcommon-csv |
Last Version | Last Version1.0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionYildiz-Engine Common CSV
Common csv library for the yildiz project, contains utilities to handle csv.
|
Project URL |
Project URL |
Filename | Size |
---|---|
common-csv-1.0.6.pom | |
common-csv-1.0.6.jar | 7 KB |
common-csv-1.0.6-sources.jar | 5 KB |
common-csv-1.0.6-javadoc.jar | 408 KB |
Browse |
<!-- https://jarcasting.com/artifacts/be.yildiz-games/common-csv/ -->
<dependency>
<groupId>be.yildiz-games</groupId>
<artifactId>common-csv</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/be.yildiz-games/common-csv/
implementation 'be.yildiz-games:common-csv:1.0.6'
// https://jarcasting.com/artifacts/be.yildiz-games/common-csv/
implementation ("be.yildiz-games:common-csv:1.0.6")
'be.yildiz-games:common-csv:jar:1.0.6'
<dependency org="be.yildiz-games" name="common-csv" rev="1.0.6">
<artifact name="common-csv" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.yildiz-games', module='common-csv', version='1.0.6')
)
libraryDependencies += "be.yildiz-games" % "common-csv" % "1.0.6"
[be.yildiz-games/common-csv "1.0.6"]
Group / Artifact | Type | Version |
---|---|---|
org.apiguardian : apiguardian-api | jar | 1.1.2 |
be.yildiz-games : common-file | jar | 2.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.2 |