One change
claude-in-microsoft-foundry
build-with-claude/claude-in-microsoft-foundry
Nearest release: v2.1.250, published an hour before this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.
build-with-claude/claude-in-microsoft-foundry Changed · +2 / -2 lines
from line 77
<Tabs> <Tab title="Gradle"> ```kotlin - implementation("com.anthropic:anthropic-java-foundry:2.57.0") + implementation("com.anthropic:anthropic-java-foundry:2.58.0") // For Entra ID authentication, also add the Azure Identity library implementation("com.azure:azure-identity:1.18.3")
from line 89
<dependency> <groupId>com.anthropic</groupId> <artifactId>anthropic-java-foundry</artifactId> - <version>2.57.0</version> + <version>2.58.0</version> </dependency> <!-- For Entra ID authentication, also add the Azure Identity library --> <dependency>