jar

io.github.maxwainer : framework-orm-api

Maven & Gradle

Mar 22, 2022
1 stars

framework · Simple framework for developing minecraft plugins

Table Of Contents

Latest Version

Download io.github.maxwainer : framework-orm-api JAR file - Latest Versions:

All Versions

Download io.github.maxwainer : framework-orm-api JAR file - All Versions:

Version Vulnerabilities Size Updated
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 framework-orm-api-0.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

dev.framework.orm.query

├─ dev.framework.orm.query.CreationStatement.class - [JAR]

├─ dev.framework.orm.query.QueryStream.class - [JAR]

├─ dev.framework.orm.query.StatementBridge.class - [JAR]

dev.framework.orm.crud

├─ dev.framework.orm.crud.ObjectCRUD.class - [JAR]

dev.framework.orm.repository

├─ dev.framework.orm.repository.AdapterRepository.class - [JAR]

dev.framework.orm.adapter

├─ dev.framework.orm.adapter.ObjectAdapter.class - [JAR]