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 eventsourcing-cep-0.4.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.eventsourcing.cep.events
├─ com.eventsourcing.cep.events.Deleted.class - [JAR]
├─ com.eventsourcing.cep.events.DescriptionChanged.class - [JAR]
├─ com.eventsourcing.cep.events.NameChanged.class - [JAR]
├─ com.eventsourcing.cep.events.Undeleted.class - [JAR]
com.eventsourcing.cep.protocols
├─ com.eventsourcing.cep.protocols.DeletedProtocol.class - [JAR]
├─ com.eventsourcing.cep.protocols.DescriptionProtocol.class - [JAR]
├─ com.eventsourcing.cep.protocols.NameProtocol.class - [JAR]