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 client-api-1.0.67.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
datomic.client.api.impl
├─ datomic.client.api.impl.Queryable.class - [JAR]
datomic.client
├─ datomic.client.api__init.class - [JAR]
datomic.client.api
├─ datomic.client.api.impl__init.class - [JAR]
├─ datomic.client.api.protocols__init.class - [JAR]
datomic.client.api.protocols
├─ datomic.client.api.protocols.Client.class - [JAR]
├─ datomic.client.api.protocols.Connection.class - [JAR]
├─ datomic.client.api.protocols.Db.class - [JAR]