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 cellar-0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.eventopist.cellar.implementation
├─ org.eventopist.cellar.implementation.SqlBasedEventStoreImpl.class - [JAR]
org.eventopist.cellar.api.common
├─ org.eventopist.cellar.api.common.Playback.class - [JAR]
org.eventopist.cellar.api.projections
├─ org.eventopist.cellar.api.projections.AbstractProjector.class - [JAR]
├─ org.eventopist.cellar.api.projections.Projector.class - [JAR]
org.eventopist.cellar.api.eventstore
├─ org.eventopist.cellar.api.eventstore.Event.class - [JAR]
├─ org.eventopist.cellar.api.eventstore.EventConsumer.class - [JAR]
├─ org.eventopist.cellar.api.eventstore.EventHolder.class - [JAR]
├─ org.eventopist.cellar.api.eventstore.EventStore.class - [JAR]
├─ org.eventopist.cellar.api.eventstore.EventStoreProvider.class - [JAR]
org.eventopist.cellar.api.readmodels
├─ org.eventopist.cellar.api.readmodels.AbstractSqlBasedReadModelRepo.class - [JAR]
├─ org.eventopist.cellar.api.readmodels.ReadModelRepository.class - [JAR]