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 verita-api-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
de.cpg.oss.event_sourcing.command
├─ de.cpg.oss.event_sourcing.command.Command.class - [JAR]
├─ de.cpg.oss.event_sourcing.command.CommandHandler.class - [JAR]
de.cpg.oss.event_sourcing.domain
├─ de.cpg.oss.event_sourcing.domain.AggregateRoot.class - [JAR]
de.cpg.oss.event_sourcing.event
├─ de.cpg.oss.event_sourcing.event.AbstractEventHandler.class - [JAR]
├─ de.cpg.oss.event_sourcing.event.Event.class - [JAR]
├─ de.cpg.oss.event_sourcing.event.EventHandler.class - [JAR]
de.cpg.oss.event_sourcing.service
├─ de.cpg.oss.event_sourcing.service.CommandBus.class - [JAR]
├─ de.cpg.oss.event_sourcing.service.DomainRepository.class - [JAR]
├─ de.cpg.oss.event_sourcing.service.EventBus.class - [JAR]