d

dsv-mender

A Java 11+ library to fix malformed DSV (Delimiter-Separated Values) data automatically.
https://github.com/alexisjehan/dsv-mender
MIT License
Alexis Jehan
Alexis Jehan
Files download
File Operation
dsv-mender-1.0.0.jar download
dsv-mender-1.0.0.pom download
dsv-mender-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.alexisjehan</groupId>
  <artifactId>dsv-mender</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.alexisjehan:dsv-mender:1.0.0'
Gradle Kotlin
implementation("com.github.alexisjehan:dsv-mender:1.0.0")
Scala SBT
libraryDependencies += "com.github.alexisjehan" % "dsv-mender" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.alexisjehan', module='dsv-mender', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.alexisjehan" name="dsv-mender" rev="1.0.0" />
Leiningen
[com.github.alexisjehan/dsv-mender "1.0.0"]
Apache Buildr
'com.github.alexisjehan:dsv-mender:jar:1.0.0'