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 composum-chatgpt-integration-composum-bundle-0.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.composum.chatgpt.bundle.model
├─ com.composum.chatgpt.bundle.model.ChatGPTCategorizeDialogModel.class - [JAR]
├─ com.composum.chatgpt.bundle.model.ChatGPTCreateDialogModel.class - [JAR]
├─ com.composum.chatgpt.bundle.model.ChatGPTLabelExtensionModel.class - [JAR]
├─ com.composum.chatgpt.bundle.model.ChatGPTTranslationDialogModel.class - [JAR]
com.composum.chatgpt.bundle
├─ com.composum.chatgpt.bundle.ApproximateMarkdownService.class - [JAR]
├─ com.composum.chatgpt.bundle.ApproximateMarkdownServiceImpl.class - [JAR]
├─ com.composum.chatgpt.bundle.ApproximateMarkdownServlet.class - [JAR]
├─ com.composum.chatgpt.bundle.ChatGPTDialogServlet.class - [JAR]
├─ com.composum.chatgpt.bundle.ChatGPTServlet.class - [JAR]