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 van-0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.kongweiguang.van.core
├─ io.github.kongweiguang.van.core.Action.class - [JAR]
├─ io.github.kongweiguang.van.core.Hub.class - [JAR]
├─ io.github.kongweiguang.van.core.HubImpl.class - [JAR]
├─ io.github.kongweiguang.van.core.IdGen.class - [JAR]
├─ io.github.kongweiguang.van.core.Merge.class - [JAR]
├─ io.github.kongweiguang.van.core.MergeWarp.class - [JAR]
├─ io.github.kongweiguang.van.core.Pull.class - [JAR]
├─ io.github.kongweiguang.van.core.Util.class - [JAR]
io.github.kongweiguang.van
├─ io.github.kongweiguang.van.Van.class - [JAR]