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 insta-db-0.1.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.lkq.instadb
├─ com.github.lkq.instadb.InstaDB.class - [JAR]
├─ com.github.lkq.instadb.Values.class - [JAR]
com.github.lkq.instadb.docker
├─ com.github.lkq.instadb.docker.ContainerLogger.class - [JAR]
├─ com.github.lkq.instadb.docker.DockerClientFactory.class - [JAR]
├─ com.github.lkq.instadb.docker.DockerContainer.class - [JAR]
├─ com.github.lkq.instadb.docker.DockerImage.class - [JAR]
├─ com.github.lkq.instadb.docker.PortBinding.class - [JAR]
├─ com.github.lkq.instadb.docker.PortFinder.class - [JAR]