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 depcheck-maven-plugin-2.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.vegardit.maven.depcheck_maven_plugin
├─ com.vegardit.maven.depcheck_maven_plugin.HelpMojo.class - [JAR]
com.vegardit.maven.plugin.depcheck
├─ com.vegardit.maven.plugin.depcheck.AbstractClassAnalyzer.class - [JAR]
├─ com.vegardit.maven.plugin.depcheck.CheckDepsMojo.class - [JAR]
├─ com.vegardit.maven.plugin.depcheck.DepsAnalyzer.class - [JAR]
├─ com.vegardit.maven.plugin.depcheck.FixTransDepsMojo.class - [JAR]
com.vegardit.maven.util
├─ com.vegardit.maven.util.AbstractMojo.class - [JAR]
├─ com.vegardit.maven.util.MavenUtils.class - [JAR]
├─ com.vegardit.maven.util.Pluralized.class - [JAR]