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-api-plugin-4.0.0-alpha-12.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.maven.api.plugin.descriptor.lifecycle
├─ org.apache.maven.api.plugin.descriptor.lifecycle.Execution.class - [JAR]
├─ org.apache.maven.api.plugin.descriptor.lifecycle.ImmutableCollections.class - [JAR]
├─ org.apache.maven.api.plugin.descriptor.lifecycle.Lifecycle.class - [JAR]
├─ org.apache.maven.api.plugin.descriptor.lifecycle.LifecycleConfiguration.class - [JAR]
├─ org.apache.maven.api.plugin.descriptor.lifecycle.Phase.class - [JAR]
org.apache.maven.api.plugin.descriptor
├─ org.apache.maven.api.plugin.descriptor.Dependency.class - [JAR]
├─ org.apache.maven.api.plugin.descriptor.ImmutableCollections.class - [JAR]
├─ org.apache.maven.api.plugin.descriptor.MojoDescriptor.class - [JAR]
├─ org.apache.maven.api.plugin.descriptor.Parameter.class - [JAR]
├─ org.apache.maven.api.plugin.descriptor.PluginDescriptor.class - [JAR]
├─ org.apache.maven.api.plugin.descriptor.Requirement.class - [JAR]