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-example1-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.example1.util
├─ io.github.crabzilla.example1.util.AbstractCommandValidatorFn.class - [JAR]
├─ io.github.crabzilla.example1.util.AbstractCommandsHandlerFn.class - [JAR]
├─ io.github.crabzilla.example1.util.AbstractStateTransitionFn.class - [JAR]
io.github.crabzilla.example1.services
├─ io.github.crabzilla.example1.services.SampleInternalService.class - [JAR]
io.github.crabzilla.example1.readmodel
├─ io.github.crabzilla.example1.readmodel.CustomerRepository.class - [JAR]
├─ io.github.crabzilla.example1.readmodel.CustomerSummary.class - [JAR]
io.github.crabzilla.example1.customer
├─ io.github.crabzilla.example1.customer.Customer.class - [JAR]
├─ io.github.crabzilla.example1.customer.CustomerData.class - [JAR]
├─ io.github.crabzilla.example1.customer.CustomerFunctions.class - [JAR]