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 hibernate-based-migration-plugin-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
dev.bodewig.hibernate_based_migration.plugin.model
├─ dev.bodewig.hibernate_based_migration.plugin.model.FreezeMojoModel.class - [JAR]
├─ dev.bodewig.hibernate_based_migration.plugin.model.ThawMojoModel.class - [JAR]
dev.bodewig.hibernate_based_migration.plugin.util
├─ dev.bodewig.hibernate_based_migration.plugin.util.Glob.class - [JAR]
├─ dev.bodewig.hibernate_based_migration.plugin.util.Pair.class - [JAR]
├─ dev.bodewig.hibernate_based_migration.plugin.util.Spoon.class - [JAR]
├─ dev.bodewig.hibernate_based_migration.plugin.util.Utils.class - [JAR]
dev.bodewig.hibernate_based_migration.plugin
├─ dev.bodewig.hibernate_based_migration.plugin.FreezeMojo.class - [JAR]
├─ dev.bodewig.hibernate_based_migration.plugin.ThawMojo.class - [JAR]