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 aggregate-repository-0.6.9.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
tech.figure.aggregate.repository.model
├─ tech.figure.aggregate.repository.model.EventData.class - [JAR]
├─ tech.figure.aggregate.repository.model.ExtensionsKt.class - [JAR]
├─ tech.figure.aggregate.repository.model.TxEvents.class - [JAR]
tech.figure.aggregate.repository
├─ tech.figure.aggregate.repository.RepositoryBase.class - [JAR]
tech.figure.aggregate.repository.database
├─ tech.figure.aggregate.repository.database.RavenDB.class - [JAR]
tech.figure.aggregate.repository.model.l2cache
├─ tech.figure.aggregate.repository.model.l2cache.BlockMetadata.class - [JAR]
├─ tech.figure.aggregate.repository.model.l2cache.Tx.class - [JAR]
tech.figure.aggregate.repository.model.checkpoint
├─ tech.figure.aggregate.repository.model.checkpoint.BlockHeightCheckpoint.class - [JAR]