jar

io.github.mkhanal : quickocm

Maven & Gradle

Jan 25, 2014
1 stars

quickocm · A csv to object mapper for java

Table Of Contents

Latest Version

Download io.github.mkhanal : quickocm JAR file - Latest Versions:

All Versions

Download io.github.mkhanal : quickocm JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0

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 quickocm-1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.quickocm

├─ org.quickocm.RecordHandler.class - [JAR]

org.quickocm.exception

├─ org.quickocm.exception.UploadException.class - [JAR]

org.quickocm.model

├─ org.quickocm.model.Field.class - [JAR]

├─ org.quickocm.model.ModelClass.class - [JAR]

org.quickocm.processor

├─ org.quickocm.processor.CsvCellProcessors.class - [JAR]

org.quickocm.parser

├─ org.quickocm.parser.CsvBeanReader.class - [JAR]

├─ org.quickocm.parser.CsvParser.class - [JAR]

org.quickocm.annotation

├─ org.quickocm.annotation.ImportField.class - [JAR]

├─ org.quickocm.annotation.ImportFields.class - [JAR]