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 java-migration-tool-0.0.8.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.yashchenkon.migration.core.lock
├─ io.github.yashchenkon.migration.core.lock.MigrationLock.class - [JAR]
io.github.yashchenkon.migration.core
├─ io.github.yashchenkon.migration.core.MigrationTask.class - [JAR]
io.github.yashchenkon.migration.core.registry
├─ io.github.yashchenkon.migration.core.registry.MigrationRegistry.class - [JAR]
├─ io.github.yashchenkon.migration.core.registry.SimpleMigrationRegistry.class - [JAR]
io.github.yashchenkon.migration.core.exception
├─ io.github.yashchenkon.migration.core.exception.MigrationException.class - [JAR]
├─ io.github.yashchenkon.migration.core.exception.MigrationLockException.class - [JAR]
io.github.yashchenkon.migration.core.version
├─ io.github.yashchenkon.migration.core.version.SimpleVersion.class - [JAR]
├─ io.github.yashchenkon.migration.core.version.Version.class - [JAR]
io.github.yashchenkon.migration.core.repository
├─ io.github.yashchenkon.migration.core.repository.MigrationRepository.class - [JAR]
io.github.yashchenkon.migration.core.model
├─ io.github.yashchenkon.migration.core.model.Migration.class - [JAR]