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-plugin-registry-2.0.11.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.maven.plugin.registry.io.xpp3
├─ org.apache.maven.plugin.registry.io.xpp3.PluginRegistryXpp3Reader.class - [JAR]
├─ org.apache.maven.plugin.registry.io.xpp3.PluginRegistryXpp3Writer.class - [JAR]
org.apache.maven.plugin.registry
├─ org.apache.maven.plugin.registry.DefaultPluginRegistryBuilder.class - [JAR]
├─ org.apache.maven.plugin.registry.MavenPluginRegistryBuilder.class - [JAR]
├─ org.apache.maven.plugin.registry.Plugin.class - [JAR]
├─ org.apache.maven.plugin.registry.PluginRegistry.class - [JAR]
├─ org.apache.maven.plugin.registry.PluginRegistryUtils.class - [JAR]
├─ org.apache.maven.plugin.registry.RuntimeInfo.class - [JAR]
├─ org.apache.maven.plugin.registry.TrackableBase.class - [JAR]