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 carpo-case-data-0.7.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
net.sixpointsix.carpo.casedata.model.builder
├─ net.sixpointsix.carpo.casedata.model.builder.CarpoCaseBuilder.class - [JAR]
net.sixpointsix.carpo.casedata.model.immutable
├─ net.sixpointsix.carpo.casedata.model.immutable.ImmutableCarpoCase.class - [JAR]
net.sixpointsix.carpo.casedata.model
├─ net.sixpointsix.carpo.casedata.model.CarpoCase.class - [JAR]
net.sixpointsix.carpo.casedata.repository
├─ net.sixpointsix.carpo.casedata.repository.CaseDataEntityRepository.class - [JAR]