jar

com.github.wasiqb.coteafs : datasource

Maven & Gradle

Jan 09, 2022
5 usages
3 stars

Parse Yaml, JSON, Properties and XML file to Data source.

Table Of Contents

Latest Version

Download com.github.wasiqb.coteafs : datasource JAR file - Latest Versions:

All Versions

Download com.github.wasiqb.coteafs : datasource JAR file - All Versions:

Version Vulnerabilities Size Updated
1.5.x
1.4.x
1.3.x
1.2.x
1.1.x
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 datasource-1.5.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.wasiqb.coteafs.datasource

├─ com.github.wasiqb.coteafs.datasource.DataSource.class - [JAR]

com.github.wasiqb.coteafs.datasource.error

├─ com.github.wasiqb.coteafs.datasource.error.OperationNotSupportedError.class - [JAR]

com.github.wasiqb.coteafs.datasource.internal.factory

├─ com.github.wasiqb.coteafs.datasource.internal.factory.JsonDataFactory.class - [JAR]

com.github.wasiqb.coteafs.datasource.annotation

├─ com.github.wasiqb.coteafs.datasource.annotation.DataFile.class - [JAR]

com.github.wasiqb.coteafs.datasource.internal.parser

├─ com.github.wasiqb.coteafs.datasource.internal.parser.JsonDataParser.class - [JAR]

com.github.wasiqb.coteafs.datasource.utils

├─ com.github.wasiqb.coteafs.datasource.utils.DataFileUtil.class - [JAR]

├─ com.github.wasiqb.coteafs.datasource.utils.StringUtils.class - [JAR]

com.github.wasiqb.coteafs.datasource.parser

├─ com.github.wasiqb.coteafs.datasource.parser.IDataSource.class - [JAR]

├─ com.github.wasiqb.coteafs.datasource.parser.JsonDataSource.class - [JAR]

├─ com.github.wasiqb.coteafs.datasource.parser.PropertiesDataSource.class - [JAR]

├─ com.github.wasiqb.coteafs.datasource.parser.XmlDataSource.class - [JAR]

├─ com.github.wasiqb.coteafs.datasource.parser.YamlDataSource.class - [JAR]

Advertisement