is not current version
Last Version 3.2

org.evolvis.tartools:csvfile 2.0

CSV file reader/writer

Categories

Categories

CSV Data Data Formats
GroupId

GroupId

org.evolvis.tartools
ArtifactId

ArtifactId

csvfile
Version

Version

2.0
Type

Type

jar

Download csvfile 2.0


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