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 crabzilla-core-0.0.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.crabzilla.stack
├─ io.github.crabzilla.stack.DbConcurrencyException.class - [JAR]
├─ io.github.crabzilla.stack.UnknownCommandException.class - [JAR]
io.github.crabzilla.model
├─ io.github.crabzilla.model.Aggregate.class - [JAR]
├─ io.github.crabzilla.model.Command.class - [JAR]
├─ io.github.crabzilla.model.CommandHandlerResult.class - [JAR]
├─ io.github.crabzilla.model.DomainEvent.class - [JAR]
├─ io.github.crabzilla.model.EntityCommand.class - [JAR]
├─ io.github.crabzilla.model.EntityId.class - [JAR]
├─ io.github.crabzilla.model.EntityUnitOfWork.class - [JAR]
├─ io.github.crabzilla.model.Snapshot.class - [JAR]
├─ io.github.crabzilla.model.SnapshotData.class - [JAR]
├─ io.github.crabzilla.model.SnapshotPromoter.class - [JAR]
├─ io.github.crabzilla.model.StateTransitionsTracker.class - [JAR]
├─ io.github.crabzilla.model.StateTransitionsTrackerFactory.class - [JAR]
├─ io.github.crabzilla.model.Version.class - [JAR]