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 mgg-jpa-entity-utils-1.5.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
edu.colorado.cires.cmg.jpa.model
├─ edu.colorado.cires.cmg.jpa.model.EntityWithId.class - [JAR]
edu.colorado.cires.cmg.jpa.util
├─ edu.colorado.cires.cmg.jpa.util.AssignedIdentityGenerator.class - [JAR]
├─ edu.colorado.cires.cmg.jpa.util.AssignedSequenceGenerator.class - [JAR]
├─ edu.colorado.cires.cmg.jpa.util.EntityUtil.class - [JAR]