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 peregrin-core_3-9.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
dk.cwconsult.peregrin.core
├─ dk.cwconsult.peregrin.core.AppliedMigrations.class - [JAR]
├─ dk.cwconsult.peregrin.core.DisjointMigrationsException.class - [JAR]
├─ dk.cwconsult.peregrin.core.InvalidMigrationSequenceException.class - [JAR]
├─ dk.cwconsult.peregrin.core.Migration.class - [JAR]
├─ dk.cwconsult.peregrin.core.MigrationException.class - [JAR]
├─ dk.cwconsult.peregrin.core.MigrationModifiedException.class - [JAR]
├─ dk.cwconsult.peregrin.core.Migrations.class - [JAR]
├─ dk.cwconsult.peregrin.core.Schema.class - [JAR]
├─ dk.cwconsult.peregrin.core.Table.class - [JAR]
dk.cwconsult.peregrin.core.impl
├─ dk.cwconsult.peregrin.core.impl.ChangeLogEntry.class - [JAR]
├─ dk.cwconsult.peregrin.core.impl.ConnectionImplicits.class - [JAR]
├─ dk.cwconsult.peregrin.core.impl.MigrationsImpl.class - [JAR]
├─ dk.cwconsult.peregrin.core.impl.SQLSupport.class - [JAR]