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 spring-event-sourcing-0.1.14.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.uniknow.spring.eventStore.impl.memory
├─ org.uniknow.spring.eventStore.impl.memory.InMemoryEventStore.class - [JAR]
├─ org.uniknow.spring.eventStore.impl.memory.Transaction.class - [JAR]
org.uniknow.spring.eventStore
├─ org.uniknow.spring.eventStore.Event.class - [JAR]
├─ org.uniknow.spring.eventStore.EventState.class - [JAR]
├─ org.uniknow.spring.eventStore.EventStore.class - [JAR]
├─ org.uniknow.spring.eventStore.EventStream.class - [JAR]
├─ org.uniknow.spring.eventStore.EventStreamIterator.class - [JAR]
├─ org.uniknow.spring.eventStore.ListEventStream.class - [JAR]
org.uniknow.spring.eventStore.impl
├─ org.uniknow.spring.eventStore.impl.AbstractEvent.class - [JAR]