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 gabbro-spring-boot-starter-0.0.3-SNAPSHOTS.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.aliothliu.gabbro.jsend
├─ io.github.aliothliu.gabbro.jsend.JSend.class - [JAR]
├─ io.github.aliothliu.gabbro.jsend.JSendSerializer.class - [JAR]
├─ io.github.aliothliu.gabbro.jsend.JSendStatus.class - [JAR]
io.github.aliothliu.gabbro
├─ io.github.aliothliu.gabbro.EnableGabbro.class - [JAR]
├─ io.github.aliothliu.gabbro.GabbroAutoConfiguration.class - [JAR]
├─ io.github.aliothliu.gabbro.GabbroResponseAdvice.class - [JAR]
├─ io.github.aliothliu.gabbro.GabbroStatus.class - [JAR]
├─ io.github.aliothliu.gabbro.WithoutJSend.class - [JAR]