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 archetypes-maven-plugin-1.0.4.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.myoss.phoenix.maven.plugin.template.impl
├─ com.github.myoss.phoenix.maven.plugin.template.impl.FreemarkerTemplateImpl.class - [JAR]
com.github.myoss.phoenix.maven.plugin.template
├─ com.github.myoss.phoenix.maven.plugin.template.TemplateEngine.class - [JAR]
com.github.myoss.phoenix.maven.plugin.mojo
├─ com.github.myoss.phoenix.maven.plugin.mojo.ShareProjectMojo.class - [JAR]
├─ com.github.myoss.phoenix.maven.plugin.mojo.SpringBootMultiModuleProjectMojo.class - [JAR]
├─ com.github.myoss.phoenix.maven.plugin.mojo.SpringBootSingleProjectMojo.class - [JAR]
com.github.myoss.phoenix.maven.plugin.config
├─ com.github.myoss.phoenix.maven.plugin.config.AbstractPropertyHolder.class - [JAR]
├─ com.github.myoss.phoenix.maven.plugin.config.Configuration.class - [JAR]
├─ com.github.myoss.phoenix.maven.plugin.config.Module.class - [JAR]