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 quarkus-langchain4j-ollama-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.quarkiverse.langchain4j.ollama.runtime
├─ io.quarkiverse.langchain4j.ollama.runtime.OllamaRecorder.class - [JAR]
io.quarkiverse.langchain4j.ollama
├─ io.quarkiverse.langchain4j.ollama.CompletionRequest.class - [JAR]
├─ io.quarkiverse.langchain4j.ollama.CompletionResponse.class - [JAR]
├─ io.quarkiverse.langchain4j.ollama.OllamaChatLanguageModel.class - [JAR]
├─ io.quarkiverse.langchain4j.ollama.OllamaClient.class - [JAR]
├─ io.quarkiverse.langchain4j.ollama.OllamaRestApi.class - [JAR]
├─ io.quarkiverse.langchain4j.ollama.Options.class - [JAR]
io.quarkiverse.langchain4j.ollama.runtime.config
├─ io.quarkiverse.langchain4j.ollama.runtime.config.ChatModelConfig.class - [JAR]
├─ io.quarkiverse.langchain4j.ollama.runtime.config.Langchain4jOllamaConfig.class - [JAR]