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 discordwebhook-ktl-1.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.shynixn.discordwebhook.contract
├─ com.github.shynixn.discordwebhook.contract.ConnectionService.class - [JAR]
├─ com.github.shynixn.discordwebhook.contract.DiscordWebhookService.class - [JAR]
com.github.shynixn.discordwebhook.impl
├─ com.github.shynixn.discordwebhook.impl.ConnectionServiceImpl.class - [JAR]
├─ com.github.shynixn.discordwebhook.impl.DiscordWebhookServiceImpl.class - [JAR]
com.github.shynixn.discordwebhook.extension
├─ com.github.shynixn.discordwebhook.extension.ExtensionKt.class - [JAR]
com.github.shynixn.discordwebhook.entity
├─ com.github.shynixn.discordwebhook.entity.DiscordAuthor.class - [JAR]
├─ com.github.shynixn.discordwebhook.entity.DiscordEmbed.class - [JAR]
├─ com.github.shynixn.discordwebhook.entity.DiscordField.class - [JAR]
├─ com.github.shynixn.discordwebhook.entity.DiscordPayload.class - [JAR]