View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window flip-db-10-RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.gkutiel.flip.db
├─ com.github.gkutiel.flip.db.FlipDB.class - [JAR]
├─ com.github.gkutiel.flip.db.Idenetity.class - [JAR]
├─ com.github.gkutiel.flip.db.Indexs.class - [JAR]
├─ com.github.gkutiel.flip.db.PrimaryKey.class - [JAR]
├─ com.github.gkutiel.flip.db.Query.class - [JAR]
├─ com.github.gkutiel.flip.db.ResultSetParser.class - [JAR]
├─ com.github.gkutiel.flip.db.SqlUtils.class - [JAR]
├─ com.github.gkutiel.flip.db.Table.class - [JAR]