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 idea-maven-plugin-3.0b1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.zhve.ideaplugin
├─ com.github.zhve.ideaplugin.ArtifactComparator.class - [JAR]
├─ com.github.zhve.ideaplugin.ArtifactDependencyResolver.class - [JAR]
├─ com.github.zhve.ideaplugin.ArtifactHolder.class - [JAR]
├─ com.github.zhve.ideaplugin.GenerateBat.class - [JAR]
├─ com.github.zhve.ideaplugin.IdeaCleanMojo.class - [JAR]
├─ com.github.zhve.ideaplugin.IdeaHelpMojo.class - [JAR]
├─ com.github.zhve.ideaplugin.IdeaListMojo.class - [JAR]
├─ com.github.zhve.ideaplugin.IdeaPluginMojo.class - [JAR]
├─ com.github.zhve.ideaplugin.IdeaPluginMojoBase.class - [JAR]
├─ com.github.zhve.ideaplugin.ProjectComparator.class - [JAR]
├─ com.github.zhve.ideaplugin.Util.class - [JAR]
├─ com.github.zhve.ideaplugin.VelocityWorker.class - [JAR]