CsvEngine

Framework base on annotations to read an write CSV Files.

License

License

Categories

Categories

CSV Data Data Formats
GroupId

GroupId

fr.ybonnel
ArtifactId

ArtifactId

csvengine
Last Version

Last Version

1.3.8
Release Date

Release Date

Type

Type

jar
Description

Description

CsvEngine
Framework base on annotations to read an write CSV Files.
Project URL

Project URL

https://github.com/ybonnel/CsvEngine
Source Code Management

Source Code Management

https://github.com/ybonnel/CsvEngine

Download csvengine

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
net.sf.opencsv : opencsv jar 2.3

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.2

Project Modules

There are no modules declared in this project.

Summary

This is a small Java framework based on annotations used to parse and write CSV Files.

Documentation

You can find lot of informations like javadoc, source, source of test on the site generated from source go : ybonnel.github.com/CsvEngine

You can find few documentation of the wiki

Features or bugs

If you want a new Feature, or if you find a bug, feel free to report it in Gitub Issue

License

All the source code is under LGPL v3.

Versions

Version
1.3.8
1.3.7
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2