Csvbang

A comma-separated values ( CSV ) API, written in JAVA and thread-safe.

License

License

Categories

Categories

CSV Data Data Formats
GroupId

GroupId

com.github.lecogiteur
ArtifactId

ArtifactId

csvbang
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Csvbang
A comma-separated values ( CSV ) API, written in JAVA and thread-safe.
Project URL

Project URL

https://github.com/lecogiteur/csvbang
Source Code Management

Source Code Management

https://github.com/lecogiteur/csvbang.git

Download csvbang

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

csvbang

CSVBang is a Java written thread-safe API. Its annotations allow a easy way to bind CSV file's records to Java Beans.

Current version: 0.1.0

Maven dependency:

<dependency>
    <groupId>com.github.lecogiteur</groupId>
    <artifactId>csvbang</artifactId>
    <version>0.1.0</version>
</dependency>

Quick start: list of examples

Reports and Downloads:

Versions

Version
0.1.0
0.0.4
0.0.2