License |
License |
---|---|
Categories |
CategoriesCSV Data Data Formats |
GroupId | GroupIdio.github.bpoole6 |
ArtifactId | ArtifactIdquirk-csv |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionio.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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
quirk-csv-1.0.2.pom | |
quirk-csv-1.0.2.jar | 71 KB |
quirk-csv-1.0.2-sources.jar | 34 KB |
quirk-csv-1.0.2-javadoc.jar | 2 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-csv | jar | 1.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |