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 clubs-bot-1.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.srgaabriel.clubs.bot.util
├─ io.github.srgaabriel.clubs.bot.util.ExtensionsKt.class - [JAR]
io.github.srgaabriel.clubs.bot
├─ io.github.srgaabriel.clubs.bot.BotClubsInstance.class - [JAR]
├─ io.github.srgaabriel.clubs.bot.BotClubsInstanceKt.class - [JAR]
io.github.srgaabriel.clubs.bot.impl
├─ io.github.srgaabriel.clubs.bot.impl.BotCommandContext.class - [JAR]
├─ io.github.srgaabriel.clubs.bot.impl.BotCommandHandler.class - [JAR]
├─ io.github.srgaabriel.clubs.bot.impl.BotCommandListener.class - [JAR]
├─ io.github.srgaabriel.clubs.bot.impl.DefaultBotCommandHandler.class - [JAR]
├─ io.github.srgaabriel.clubs.bot.impl.DefaultBotCommandListener.class - [JAR]
io.github.srgaabriel.clubs.bot.event
├─ io.github.srgaabriel.clubs.bot.event.CommandExecuteEvent.class - [JAR]
├─ io.github.srgaabriel.clubs.bot.event.CommandParseEvent.class - [JAR]