is not current version
Last Version 1.0.6

be.yildiz-games:common-csv 1.0.2

Common csv library for the yildiz project, contains utilities to handle csv.

Categories

Categories

CSV Data Data Formats
GroupId

GroupId

be.yildiz-games
ArtifactId

ArtifactId

common-csv
Version

Version

1.0.2
Type

Type

jar

Download common-csv 1.0.2


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