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 starter-shade-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.knightliao.plugin.starter.shade.utils
├─ com.knightliao.plugin.starter.shade.utils.MavenFileUtils.class - [JAR]
├─ com.knightliao.plugin.starter.shade.utils.TarFileUtils.class - [JAR]
org.apache.maven.plugins.shade.io
├─ org.apache.maven.plugins.shade.io.MyShadeReader.class - [JAR]
org.apache.maven.plugins.shade.resources
├─ org.apache.maven.plugins.shade.resources.ProfileDontIncludeResourceTransformer.class - [JAR]
org.apache.maven.plugins.shade.mojos
├─ org.apache.maven.plugins.shade.mojos.BaseStarterMojo.class - [JAR]
├─ org.apache.maven.plugins.shade.mojos.StarterShade.class - [JAR]