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 cli-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.scalaquest.cli
├─ io.github.scalaquest.cli.CLI.class - [JAR]
├─ io.github.scalaquest.cli.CLIApp.class - [JAR]
├─ io.github.scalaquest.cli.Command.class - [JAR]
├─ io.github.scalaquest.cli.GameCLIApp.class - [JAR]
├─ io.github.scalaquest.cli.GameCommand.class - [JAR]
├─ io.github.scalaquest.cli.MetaCommand.class - [JAR]