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 quarkus-discord4j-commands-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.quarkiverse.discord4j.commands
├─ io.quarkiverse.discord4j.commands.Command.class - [JAR]
├─ io.quarkiverse.discord4j.commands.SubCommand.class - [JAR]
├─ io.quarkiverse.discord4j.commands.SubCommandGroup.class - [JAR]
io.quarkiverse.discord4j.commands.runtime
├─ io.quarkiverse.discord4j.commands.runtime.Discord4jCommandsFilter.class - [JAR]
├─ io.quarkiverse.discord4j.commands.runtime.Discord4jCommandsRecorder.class - [JAR]
├─ io.quarkiverse.discord4j.commands.runtime.Discord4jCommandsRegistrar.class - [JAR]
io.quarkiverse.discord4j.commands.runtime.config
├─ io.quarkiverse.discord4j.commands.runtime.config.Discord4jCommandsConfig.class - [JAR]
├─ io.quarkiverse.discord4j.commands.runtime.config.GlobalCommandsConfig.class - [JAR]
├─ io.quarkiverse.discord4j.commands.runtime.config.GuildCommandsConfig.class - [JAR]