jar

io.github.ossnass : jpa99

Maven & Gradle

Jan 16, 2022
4 stars

JPA99 · A Library to provide an easy way to manage JPA in desktop application

Table Of Contents

Latest Version

Download io.github.ossnass : jpa99 JAR file - Latest Versions:

All Versions

Download io.github.ossnass : jpa99 JAR file - All Versions:

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

io.github.ossnass.jpa99

├─ io.github.ossnass.jpa99.DBAdapter.class - [JAR]

├─ io.github.ossnass.jpa99.H2Adapter.class - [JAR]

├─ io.github.ossnass.jpa99.JPARepository.class - [JAR]

├─ io.github.ossnass.jpa99.PostgreSQLAdapter.class - [JAR]

├─ io.github.ossnass.jpa99.Repository.class - [JAR]

├─ io.github.ossnass.jpa99.UserManager.class - [JAR]

Advertisement