We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bd643a commit f73a4b2Copy full SHA for f73a4b2
1 file changed
claude-code-sdk/pom.xml
@@ -16,6 +16,13 @@
16
17
<name>Claude Code SDK</name>
18
<description>Java SDK for interacting with Claude Code CLI - Low-level binding with resilience features</description>
19
+ <url>https://github.com/spring-ai-community/claude-agent-sdk-java</url>
20
+
21
+ <scm>
22
23
+ <connection>git://github.com/spring-ai-community/claude-agent-sdk-java.git</connection>
24
+ <developerConnection>git@github.com:spring-ai-community/claude-agent-sdk-java.git</developerConnection>
25
+ </scm>
26
27
<dependencies>
28
<!-- Core process execution -->
0 commit comments