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-kotlin-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
├─ io.github.crabzilla.example1.CustomerRepository.class - [JAR]
├─ io.github.crabzilla.example1.CustomerSummary.class - [JAR]
├─ io.github.crabzilla.example1.KotlinEntityCommand.class - [JAR]
├─ io.github.crabzilla.example1.KotlinEntityId.class - [JAR]
├─ io.github.crabzilla.example1.KrabzillaKt.class - [JAR]
├─ io.github.crabzilla.example1.SampleInternalService.class - [JAR]
├─ io.github.crabzilla.example1.Workaround.class - [JAR]
io.github.crabzilla.example1.customer
├─ io.github.crabzilla.example1.customer.ActivateCustomer.class - [JAR]
├─ io.github.crabzilla.example1.customer.CommandHandlerFn.class - [JAR]
├─ io.github.crabzilla.example1.customer.CommandValidatorFn.class - [JAR]
├─ io.github.crabzilla.example1.customer.CreateActivateCustomer.class - [JAR]
├─ io.github.crabzilla.example1.customer.CreateCustomer.class - [JAR]
├─ io.github.crabzilla.example1.customer.Customer.class - [JAR]
├─ io.github.crabzilla.example1.customer.CustomerActivated.class - [JAR]
├─ io.github.crabzilla.example1.customer.CustomerCreated.class - [JAR]
├─ io.github.crabzilla.example1.customer.CustomerDeactivated.class - [JAR]
├─ io.github.crabzilla.example1.customer.CustomerId.class - [JAR]
├─ io.github.crabzilla.example1.customer.DeactivateCustomer.class - [JAR]
├─ io.github.crabzilla.example1.customer.StateTransitionFn.class - [JAR]
├─ io.github.crabzilla.example1.customer.UnknownCommand.class - [JAR]