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 gradle-dependency-graph-generator-plugin-0.8.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.vanniktech.dependency.graph.generator
├─ com.vanniktech.dependency.graph.generator.DependencyGraphGenerator.class - [JAR]
├─ com.vanniktech.dependency.graph.generator.DependencyGraphGeneratorExtension.class - [JAR]
├─ com.vanniktech.dependency.graph.generator.DependencyGraphGeneratorPlugin.class - [JAR]
├─ com.vanniktech.dependency.graph.generator.DependencyGraphGeneratorTask.class - [JAR]
├─ com.vanniktech.dependency.graph.generator.ExtensionsKt.class - [JAR]
├─ com.vanniktech.dependency.graph.generator.ProjectDependencyGraphGenerator.class - [JAR]
├─ com.vanniktech.dependency.graph.generator.ProjectDependencyGraphGeneratorTask.class - [JAR]
├─ com.vanniktech.dependency.graph.generator.ProjectTarget.class - [JAR]