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 gamekit-spring-boot-starter-1.1.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
dev.pitlor.gamekit_spring_boot_starter.interfaces
├─ dev.pitlor.gamekit_spring_boot_starter.interfaces.IGame.class - [JAR]
├─ dev.pitlor.gamekit_spring_boot_starter.interfaces.IGameRepository.class - [JAR]
├─ dev.pitlor.gamekit_spring_boot_starter.interfaces.IPlayer.class - [JAR]
├─ dev.pitlor.gamekit_spring_boot_starter.interfaces.IServer.class - [JAR]
dev.pitlor.gamekit_spring_boot_starter.implementations
├─ dev.pitlor.gamekit_spring_boot_starter.implementations.Game.class - [JAR]
├─ dev.pitlor.gamekit_spring_boot_starter.implementations.MemoryGameRepository.class - [JAR]
├─ dev.pitlor.gamekit_spring_boot_starter.implementations.Player.class - [JAR]
├─ dev.pitlor.gamekit_spring_boot_starter.implementations.Server.class - [JAR]
├─ dev.pitlor.gamekit_spring_boot_starter.implementations.User.class - [JAR]
dev.pitlor.gamekit_spring_boot_starter
├─ dev.pitlor.gamekit_spring_boot_starter.BaseController.class - [JAR]
├─ dev.pitlor.gamekit_spring_boot_starter.Beans.class - [JAR]
├─ dev.pitlor.gamekit_spring_boot_starter.Config.class - [JAR]
├─ dev.pitlor.gamekit_spring_boot_starter.ConfigKt.class - [JAR]
├─ dev.pitlor.gamekit_spring_boot_starter.CustomPrincipal.class - [JAR]
├─ dev.pitlor.gamekit_spring_boot_starter.SocketConfig.class - [JAR]
├─ dev.pitlor.gamekit_spring_boot_starter.StaticFiles.class - [JAR]