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 jooq-migrations-maven-3.19.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.jooq.jooq_migrations_maven
├─ org.jooq.jooq_migrations_maven.HelpMojo.class - [JAR]
org.jooq.migrations.maven
├─ org.jooq.migrations.maven.AbstractMigrateMojo.class - [JAR]
├─ org.jooq.migrations.maven.AbstractMigrationsMojo.class - [JAR]
├─ org.jooq.migrations.maven.Jdbc.class - [JAR]
├─ org.jooq.migrations.maven.LogMojo.class - [JAR]
├─ org.jooq.migrations.maven.MigrateMojo.class - [JAR]
├─ org.jooq.migrations.maven.ResolveMojo.class - [JAR]
├─ org.jooq.migrations.maven.VerifyMojo.class - [JAR]