is not current version
Last Version 0.2.2

nl.tweeenveertig.csveed:csveed 0.1.0

Java toolkit for mapping CSV-to-Bean mapping and vice versa

Categories

Categories

CSV Data Data Formats
GroupId

GroupId

nl.tweeenveertig.csveed
ArtifactId

ArtifactId

csveed
Version

Version

0.1.0
Type

Type

jar

Download csveed 0.1.0


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