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 boost-maven-plugin-0.2.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.microshed.boost.maven.utils
├─ org.microshed.boost.maven.utils.BoostLogger.class - [JAR]
├─ org.microshed.boost.maven.utils.MavenProjectUtil.class - [JAR]
org.microshed.boost.maven.plugin
├─ org.microshed.boost.maven.plugin.AbstractMojo.class - [JAR]
├─ org.microshed.boost.maven.plugin.DebugMojo.class - [JAR]
├─ org.microshed.boost.maven.plugin.HelpMojo.class - [JAR]
├─ org.microshed.boost.maven.plugin.PackageMojo.class - [JAR]
├─ org.microshed.boost.maven.plugin.RunMojo.class - [JAR]
├─ org.microshed.boost.maven.plugin.StartMojo.class - [JAR]
├─ org.microshed.boost.maven.plugin.StopMojo.class - [JAR]
org.microshed.boost.maven.runtimes
├─ org.microshed.boost.maven.runtimes.RuntimeParams.class - [JAR]