Last Version

DSV Mender 1.0.0

A Java 11+ library to fix malformed DSV (Delimiter-Separated Values) data automatically.

License

License

GroupId

GroupId

com.github.alexisjehan
ArtifactId

ArtifactId

dsv-mender
Version

Version

1.0.0
Type

Type

jar
Description

Description

DSV Mender
A Java 11+ library to fix malformed DSV (Delimiter-Separated Values) data automatically.
Project URL

Project URL

https://github.com/alexisjehan/dsv-mender
Project Organization

Project Organization

Alexis Jehan
Source Code Management

Source Code Management

https://github.com/alexisjehan/dsv-mender

Download dsv-mender 1.0.0


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

Dependencies

compile (1)

Group / Artifact Type Version
com.github.alexisjehan : javanilla jar 1.4.1

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.4.2
org.assertj : assertj-core jar 3.12.2

Project Modules

There are no modules declared in this project.