jar

com.github.alexisjehan : dsv-mender

Maven & Gradle

Apr 22, 2019
4 stars

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

Table Of Contents

Latest Version

Download com.github.alexisjehan : dsv-mender JAR file - Latest Versions:

All Versions

Download com.github.alexisjehan : dsv-mender JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window dsv-mender-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.alexisjehan.mender.api.evaluators

├─ com.github.alexisjehan.mender.api.evaluators.ConstraintEvaluator.class - [JAR]

├─ com.github.alexisjehan.mender.api.evaluators.EstimationEvaluator.class - [JAR]

├─ com.github.alexisjehan.mender.api.evaluators.Evaluator.class - [JAR]

com.github.alexisjehan.mender.api

├─ com.github.alexisjehan.mender.api.MendCandidate.class - [JAR]

├─ com.github.alexisjehan.mender.api.MendException.class - [JAR]

├─ com.github.alexisjehan.mender.api.MendResult.class - [JAR]

├─ com.github.alexisjehan.mender.api.Mender.class - [JAR]

com.github.alexisjehan.mender.dsv

├─ com.github.alexisjehan.mender.dsv.DsvMendCandidate.class - [JAR]

├─ com.github.alexisjehan.mender.dsv.DsvMendResult.class - [JAR]

├─ com.github.alexisjehan.mender.dsv.DsvMender.class - [JAR]