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 decerto-liquibase-maven-plugin-1.4.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
pl.decerto.plugin
├─ pl.decerto.plugin.LiquibaseSnapshotMojo.class - [JAR]
pl.decerto.plugin.git
├─ pl.decerto.plugin.git.GitService.class - [JAR]
pl.decerto.plugin.service
├─ pl.decerto.plugin.service.LiquibaseSnapshotService.class - [JAR]
pl.decerto.plugin.service.impl
├─ pl.decerto.plugin.service.impl.LiquibaseSnapshotServiceImpl.class - [JAR]
pl.decerto.plugin.model
├─ pl.decerto.plugin.model.LiquibaseDefaultProperties.class - [JAR]
├─ pl.decerto.plugin.model.LoggerMessages.class - [JAR]
├─ pl.decerto.plugin.model.MavenProperties.class - [JAR]
pl.decerto.plugin.git.impl
├─ pl.decerto.plugin.git.impl.GitServiceImpl.class - [JAR]