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 sql-event-store-4j-0.0.8.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.hltech.store
├─ com.hltech.store.AggregateRepository.class - [JAR]
├─ com.hltech.store.AggregateRepositoryException.class - [JAR]
├─ com.hltech.store.EventStore.class - [JAR]
├─ com.hltech.store.EventStoreException.class - [JAR]
├─ com.hltech.store.OptimisticLockingException.class - [JAR]
├─ com.hltech.store.OracleEventStore.class - [JAR]
├─ com.hltech.store.PostgresEventStore.class - [JAR]
com.hltech.store.versioning
├─ com.hltech.store.versioning.EventBodyMappingException.class - [JAR]
├─ com.hltech.store.versioning.EventTypeMappingException.class - [JAR]
├─ com.hltech.store.versioning.EventVersioningStrategy.class - [JAR]
├─ com.hltech.store.versioning.MappingBasedVersioning.class - [JAR]
├─ com.hltech.store.versioning.MixedStrategyBasedVersioning.class - [JAR]
├─ com.hltech.store.versioning.MultipleVersionsBasedVersioning.class - [JAR]
├─ com.hltech.store.versioning.NonUniqueMappingException.class - [JAR]
├─ com.hltech.store.versioning.UpcastingBasedVersioning.class - [JAR]
├─ com.hltech.store.versioning.WrappingBasedVersioning.class - [JAR]