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 flyway-commandline-9.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.flywaydb.commandline
├─ org.flywaydb.commandline.CommandLineArguments.class - [JAR]
├─ org.flywaydb.commandline.Main.class - [JAR]
├─ org.flywaydb.commandline.MavenVersionChecker.class - [JAR]
├─ org.flywaydb.commandline.RedgateUpdateChecker.class - [JAR]
org.flywaydb.commandline.logging.file
├─ org.flywaydb.commandline.logging.file.FileLog.class - [JAR]
├─ org.flywaydb.commandline.logging.file.FileLogCreator.class - [JAR]
org.flywaydb.commandline.logging.console
├─ org.flywaydb.commandline.logging.console.ColorizedConsoleLog.class - [JAR]
├─ org.flywaydb.commandline.logging.console.ConsoleLog.class - [JAR]
├─ org.flywaydb.commandline.logging.console.ConsoleLogCreator.class - [JAR]
org.flywaydb.commandline.command.version
├─ org.flywaydb.commandline.command.version.VersionCommandExtension.class - [JAR]
├─ org.flywaydb.commandline.command.version.VersionResult.class - [JAR]