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 sbt-maven-plugin-1.1.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.kcmvp.mojo
├─ io.github.kcmvp.mojo.BuiltInMojo.class - [JAR]
├─ io.github.kcmvp.mojo.InfoMojo.class - [JAR]
├─ io.github.kcmvp.mojo.Script.class - [JAR]
├─ io.github.kcmvp.mojo.ScriptReop.class - [JAR]
├─ io.github.kcmvp.mojo.StackMojo.class - [JAR]
io.github.kcmvp.mvc.service
├─ io.github.kcmvp.mvc.service.DogService.class - [JAR]
io.github.kcmvp.mvc.controller
├─ io.github.kcmvp.mvc.controller.HelloController.class - [JAR]
io.github.kcmvp.mvc.entity
├─ io.github.kcmvp.mvc.entity.Dog.class - [JAR]
io.github.kcmvp.mvc.config
├─ io.github.kcmvp.mvc.config.RedisConfig.class - [JAR]
io.github.kcmvp.mvc.repository
├─ io.github.kcmvp.mvc.repository.DogRepository.class - [JAR]