io.github.bpoole6:{project.artifactId}

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.

License

License

Categories

Categories

CSV Data Data Formats
GroupId

GroupId

io.github.bpoole6
ArtifactId

ArtifactId

quirk-csv
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

io.github.bpoole6:{project.artifactId}
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.
Project URL

Project URL

https://github.com/bpoole6/quirk-csv
Source Code Management

Source Code Management

https://github.com/bpoole6/quirk-csv/tree/master

Download quirk-csv

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.commons : commons-csv jar 1.6

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1
1.0.0