is not current version
Last Version 1.0.2

io.github.bpoole6:quirk-csv 1.0.0

The quirk-csv library enables the use of annotation when parsing csvs'. This includes doing it by the order in which the row is read or by headers.

Categories

Categories

CSV Data Data Formats
GroupId

GroupId

io.github.bpoole6
ArtifactId

ArtifactId

quirk-csv
Version

Version

1.0.0
Type

Type

jar

Download quirk-csv 1.0.0


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