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 migration-maven-plugin-2.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.throyer.utils
├─ com.github.throyer.utils.Path.class - [JAR]
├─ com.github.throyer.utils.Resources.class - [JAR]
com.github.throyer.migrations
├─ com.github.throyer.migrations.JavaMigrationGenerator.class - [JAR]
├─ com.github.throyer.migrations.NameFormatter.class - [JAR]
├─ com.github.throyer.migrations.SQLMigrationGenerator.class - [JAR]
├─ com.github.throyer.migrations.TimestampGenerator.class - [JAR]
com.github.throyer
├─ com.github.throyer.Constraints.class - [JAR]
├─ com.github.throyer.MigrationsMojo.class - [JAR]