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 spring-ai-dashscope-client-0.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.alexcheng1982.springai.dashscope.metadata
├─ io.github.alexcheng1982.springai.dashscope.metadata.DashscopeChatResponseMetadata.class - [JAR]
├─ io.github.alexcheng1982.springai.dashscope.metadata.DashscopeUsage.class - [JAR]
io.github.alexcheng1982.springai.dashscope.api
├─ io.github.alexcheng1982.springai.dashscope.api.DashscopeApi.class - [JAR]
├─ io.github.alexcheng1982.springai.dashscope.api.DashscopeModelName.class - [JAR]
io.github.alexcheng1982.springai.dashscope
├─ io.github.alexcheng1982.springai.dashscope.DashscopeChatClient.class - [JAR]
├─ io.github.alexcheng1982.springai.dashscope.DashscopeChatOptions.class - [JAR]