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 template-maven-plugin-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.wolf480pl.maven_plugins.template_maven_plugin
├─ com.github.wolf480pl.maven_plugins.template_maven_plugin.AbstractGenerateMojo.class - [JAR]
├─ com.github.wolf480pl.maven_plugins.template_maven_plugin.GenerateMojo.class - [JAR]
├─ com.github.wolf480pl.maven_plugins.template_maven_plugin.Generator.class - [JAR]
├─ com.github.wolf480pl.maven_plugins.template_maven_plugin.HelpMojo.class - [JAR]
├─ com.github.wolf480pl.maven_plugins.template_maven_plugin.Logging.class - [JAR]
├─ com.github.wolf480pl.maven_plugins.template_maven_plugin.MavenLog.class - [JAR]
├─ com.github.wolf480pl.maven_plugins.template_maven_plugin.StreamLog.class - [JAR]
├─ com.github.wolf480pl.maven_plugins.template_maven_plugin.TestGenerateMojo.class - [JAR]