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 taskana-simplehistory-rest-spring-3.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
pro.taskana.simplehistory.rest
├─ pro.taskana.simplehistory.rest.TaskHistoryEventController.class - [JAR]
├─ pro.taskana.simplehistory.rest.TaskHistoryRestConfiguration.class - [JAR]
pro.taskana.simplehistory.rest.sampledata
├─ pro.taskana.simplehistory.rest.sampledata.SampleDataGenerator.class - [JAR]
pro.taskana.simplehistory.rest.resource
├─ pro.taskana.simplehistory.rest.resource.TaskHistoryEventListResource.class - [JAR]
├─ pro.taskana.simplehistory.rest.resource.TaskHistoryEventListResourceAssembler.class - [JAR]
├─ pro.taskana.simplehistory.rest.resource.TaskHistoryEventResource.class - [JAR]
├─ pro.taskana.simplehistory.rest.resource.TaskHistoryEventResourceAssembler.class - [JAR]