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 OAuth2Discord-1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
ru.aslcraft.bell.oauth.discord.req
├─ ru.aslcraft.bell.oauth.discord.req.Post.class - [JAR]
ru.aslcraft.bell.oauth.discord.main
├─ ru.aslcraft.bell.oauth.discord.main.OAuthBuilder.class - [JAR]
├─ ru.aslcraft.bell.oauth.discord.main.Response.class - [JAR]
ru.aslcraft.bell.oauth.discord.domain
├─ ru.aslcraft.bell.oauth.discord.domain.Connection.class - [JAR]
├─ ru.aslcraft.bell.oauth.discord.domain.Guild.class - [JAR]
├─ ru.aslcraft.bell.oauth.discord.domain.User.class - [JAR]