jar

io.github.hashiprobr : sdx-dao

Maven & Gradle

Jul 18, 2023
0 stars

io.github.hashiprobr:sdx-dao · Simple typed DAO framework based on Google Cloud Firestore and Storage.

Table Of Contents

Latest Version

Download io.github.hashiprobr : sdx-dao JAR file - Latest Versions:

All Versions

Download io.github.hashiprobr : sdx-dao JAR file - All Versions:

Version Vulnerabilities Size Updated
0.4.x
0.3.x
0.2.x
0.1.x
0.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 sdx-dao-0.4.7.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

br.pro.hashi.sdx.dao.reflection.exception

├─ br.pro.hashi.sdx.dao.reflection.exception.AnnotationException.class - [JAR]

├─ br.pro.hashi.sdx.dao.reflection.exception.ConversionException.class - [JAR]

├─ br.pro.hashi.sdx.dao.reflection.exception.ReflectionException.class - [JAR]

br.pro.hashi.sdx.dao.exception

├─ br.pro.hashi.sdx.dao.exception.DaoException.class - [JAR]

├─ br.pro.hashi.sdx.dao.exception.DataException.class - [JAR]

├─ br.pro.hashi.sdx.dao.exception.FileException.class - [JAR]

├─ br.pro.hashi.sdx.dao.exception.package-info.class - [JAR]

br.pro.hashi.sdx.dao.reflection

├─ br.pro.hashi.sdx.dao.reflection.ConverterFactory.class - [JAR]

├─ br.pro.hashi.sdx.dao.reflection.Handle.class - [JAR]

├─ br.pro.hashi.sdx.dao.reflection.HandleFactory.class - [JAR]

├─ br.pro.hashi.sdx.dao.reflection.ParserFactory.class - [JAR]

├─ br.pro.hashi.sdx.dao.reflection.Reflector.class - [JAR]

br.pro.hashi.sdx.dao

├─ br.pro.hashi.sdx.dao.ClientFactory.class - [JAR]

├─ br.pro.hashi.sdx.dao.Dao.class - [JAR]

├─ br.pro.hashi.sdx.dao.DaoClient.class - [JAR]

├─ br.pro.hashi.sdx.dao.DaoConverter.class - [JAR]

├─ br.pro.hashi.sdx.dao.DaoFile.class - [JAR]

├─ br.pro.hashi.sdx.dao.Fao.class - [JAR]

├─ br.pro.hashi.sdx.dao.package-info.class - [JAR]

br.pro.hashi.sdx.dao.annotation

├─ br.pro.hashi.sdx.dao.annotation.Auto.class - [JAR]

├─ br.pro.hashi.sdx.dao.annotation.Converted.class - [JAR]

├─ br.pro.hashi.sdx.dao.annotation.File.class - [JAR]

├─ br.pro.hashi.sdx.dao.annotation.Key.class - [JAR]

├─ br.pro.hashi.sdx.dao.annotation.Renamed.class - [JAR]

├─ br.pro.hashi.sdx.dao.annotation.Web.class - [JAR]

├─ br.pro.hashi.sdx.dao.annotation.package-info.class - [JAR]

Advertisement