is not current version
Last Version 0.3.2

org.jeesy:csv2b 0.3.1

Yet another csv parser/mapper with detail error processing

Categories

Categories

CSV Data Data Formats
GroupId

GroupId

org.jeesy
ArtifactId

ArtifactId

csv2b
Version

Version

0.3.1
Type

Type

jar

Download csv2b 0.3.1


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