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 logre-client-java-2020.6.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.rawnly
├─ com.github.rawnly.LogreClient.class - [JAR]
com.github.rawnly.models
├─ com.github.rawnly.models.LogError.class - [JAR]
├─ com.github.rawnly.models.LogPayload.class - [JAR]
├─ com.github.rawnly.models.ProxyConfig.class - [JAR]
com.github.rawnly.enums
├─ com.github.rawnly.enums.Severity.class - [JAR]