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 kodein-db-inmemory-jvm-0.9.0-beta.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.kodein.db.inmemory
├─ org.kodein.db.inmemory.DBInMemory.class - [JAR]
├─ org.kodein.db.inmemory.DBInMemoryKt.class - [JAR]
├─ org.kodein.db.inmemory.DataDBInMemory.class - [JAR]
├─ org.kodein.db.inmemory.DataDBInMemoryKt.class - [JAR]
├─ org.kodein.db.inmemory.KeyValueDBInMemory.class - [JAR]
├─ org.kodein.db.inmemory.KeyValueDBInMemoryKt.class - [JAR]
├─ org.kodein.db.inmemory.ModelDBInMemory.class - [JAR]
├─ org.kodein.db.inmemory.ModelDBInMemoryKt.class - [JAR]