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 openai-kt-jvm-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.jan.openai.chat
├─ io.github.jan.openai.chat.ChatMessageData.class - [JAR]
├─ io.github.jan.openai.chat.ChatModule.class - [JAR]
├─ io.github.jan.openai.chat.ChatRequestData.class - [JAR]
├─ io.github.jan.openai.chat.ChatResponseChoice.class - [JAR]
├─ io.github.jan.openai.chat.ChatResponseData.class - [JAR]
├─ io.github.jan.openai.chat.ChatSession.class - [JAR]
├─ io.github.jan.openai.chat.ChatStatus.class - [JAR]
io.github.jan.openai
├─ io.github.jan.openai.OpenAIClientImpl.class - [JAR]
├─ io.github.jan.openai.OpenAIClientKt.class - [JAR]
├─ io.github.jan.openai.OpenAiClient.class - [JAR]
├─ io.github.jan.openai.OpenAiModel.class - [JAR]
├─ io.github.jan.openai.UsageData.class - [JAR]