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 dependencytree-0.5.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.kotlinnlp.dependencytree.configuration
├─ com.kotlinnlp.dependencytree.configuration.ArcConfiguration.class - [JAR]
├─ com.kotlinnlp.dependencytree.configuration.DependencyConfiguration.class - [JAR]
├─ com.kotlinnlp.dependencytree.configuration.RootConfiguration.class - [JAR]
com.kotlinnlp.dependencytree
├─ com.kotlinnlp.dependencytree.CycleDetectedError.class - [JAR]
├─ com.kotlinnlp.dependencytree.DependencyTree.class - [JAR]
├─ com.kotlinnlp.dependencytree.InvalidArc.class - [JAR]
├─ com.kotlinnlp.dependencytree.PrintHelper.class - [JAR]