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 maven-compiler-plugin-3.11.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.maven.plugins.maven_compiler_plugin
├─ org.apache.maven.plugins.maven_compiler_plugin.HelpMojo.class - [JAR]
org.apache.maven.plugin.compiler
├─ org.apache.maven.plugin.compiler.AbstractCompilerMojo.class - [JAR]
├─ org.apache.maven.plugin.compiler.CompilationFailureException.class - [JAR]
├─ org.apache.maven.plugin.compiler.CompilerMojo.class - [JAR]
├─ org.apache.maven.plugin.compiler.DependencyCoordinate.class - [JAR]
├─ org.apache.maven.plugin.compiler.DependencyExclusion.class - [JAR]
├─ org.apache.maven.plugin.compiler.TestCompilerMojo.class - [JAR]