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 bootique-flyway-3.0.M1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.bootique.flyway
├─ io.bootique.flyway.FlywayFactory.class - [JAR]
├─ io.bootique.flyway.FlywayModule.class - [JAR]
├─ io.bootique.flyway.FlywayModuleProvider.class - [JAR]
├─ io.bootique.flyway.FlywayRunner.class - [JAR]
├─ io.bootique.flyway.FlywaySettings.class - [JAR]
io.bootique.flyway.command
├─ io.bootique.flyway.command.BaselineCommand.class - [JAR]
├─ io.bootique.flyway.command.CleanCommand.class - [JAR]
├─ io.bootique.flyway.command.FlywayCommand.class - [JAR]
├─ io.bootique.flyway.command.InfoCommand.class - [JAR]
├─ io.bootique.flyway.command.MigrateCommand.class - [JAR]
├─ io.bootique.flyway.command.RepairCommand.class - [JAR]
├─ io.bootique.flyway.command.ValidateCommand.class - [JAR]