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 magic-api-plugin-nebula-2.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.leheyue.magicapi.nebula.model
├─ io.github.leheyue.magicapi.nebula.model.Edge.class - [JAR]
├─ io.github.leheyue.magicapi.nebula.model.NebulaModel.class - [JAR]
├─ io.github.leheyue.magicapi.nebula.model.Node.class - [JAR]
io.github.leheyue.magicapi.nebula
├─ io.github.leheyue.magicapi.nebula.MagicNebulaConfiguration.class - [JAR]
├─ io.github.leheyue.magicapi.nebula.NebulaModule.class - [JAR]
├─ io.github.leheyue.magicapi.nebula.NebulaPoolProperties.class - [JAR]
io.github.leheyue.magicapi.nebula.response
├─ io.github.leheyue.magicapi.nebula.response.EdgeElement.class - [JAR]
├─ io.github.leheyue.magicapi.nebula.response.EdgeId.class - [JAR]
├─ io.github.leheyue.magicapi.nebula.response.Element.class - [JAR]
├─ io.github.leheyue.magicapi.nebula.response.NebulaJsonBody.class - [JAR]
├─ io.github.leheyue.magicapi.nebula.response.Vertex.class - [JAR]