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-core-jvm-2.1.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.boswelja.migration
├─ com.boswelja.migration.ConditionalMigration.class - [JAR]
├─ com.boswelja.migration.Migration.class - [JAR]
├─ com.boswelja.migration.MigrationKt.class - [JAR]
├─ com.boswelja.migration.Migrator.class - [JAR]
├─ com.boswelja.migration.Result.class - [JAR]
├─ com.boswelja.migration.ResultKt.class - [JAR]
├─ com.boswelja.migration.SimpleConditionalMigration.class - [JAR]
├─ com.boswelja.migration.SimpleVersionMigration.class - [JAR]
├─ com.boswelja.migration.VersionMigration.class - [JAR]