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 service-task-flow-1.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.flexibletech.camunda.tools.service.task
├─ io.github.flexibletech.camunda.tools.service.task.Application.class - [JAR]
io.github.flexibletech.camunda.tools.service.task.core
├─ io.github.flexibletech.camunda.tools.service.task.core.ApplicationService.class - [JAR]
├─ io.github.flexibletech.camunda.tools.service.task.core.FlowEntity.class - [JAR]
├─ io.github.flexibletech.camunda.tools.service.task.core.ProcessConstants.class - [JAR]
io.github.flexibletech.camunda.tools.service.task.web
├─ io.github.flexibletech.camunda.tools.service.task.web.ApplicationController.class - [JAR]