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 deptreeviz-0.3.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.gitlab.nats.deptreeviz
├─ io.gitlab.nats.deptreeviz.ConllToSVG.class - [JAR]
├─ io.gitlab.nats.deptreeviz.DepTree.class - [JAR]
├─ io.gitlab.nats.deptreeviz.DepTreeBaseInteractor.class - [JAR]
├─ io.gitlab.nats.deptreeviz.DepTreeNode.class - [JAR]
├─ io.gitlab.nats.deptreeviz.ParseInterface.class - [JAR]
├─ io.gitlab.nats.deptreeviz.PopupEvent.class - [JAR]
├─ io.gitlab.nats.deptreeviz.PopupListener.class - [JAR]
├─ io.gitlab.nats.deptreeviz.SimpleParse.class - [JAR]
├─ io.gitlab.nats.deptreeviz.SimpleWord.class - [JAR]
├─ io.gitlab.nats.deptreeviz.WordInterface.class - [JAR]