Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One change · api

claude-in-microsoft-foundry changed

build-with-claude/claude-in-microsoft-foundry

Nearest release: v2.1.275, 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.

Recorded here
Lines+8added
Lines−2removed
From line 77 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits10to this page, all time

The whole hunk

from line 77, old and new numbered
/
lines
from line 77
7777 <Tabs>
7878 <Tab title="Gradle">
7979 ```kotlin
80 implementation("com.anthropic:anthropic-java-foundry:2.60.0")
80 implementation("com.anthropic:anthropic-java:2.63.0")
81 implementation("com.anthropic:anthropic-java-foundry:2.63.0")
8182 
8283 // For Entra ID authentication, also add the Azure Identity library
8384 implementation("com.azure:azure-identity:1.18.3")
from line 89
8889 ```xml
8990 <dependency>
9091 <groupId>com.anthropic</groupId>
92 <artifactId>anthropic-java</artifactId>
93 <version>2.63.0</version>
94 </dependency>
95 <dependency>
96 <groupId>com.anthropic</groupId>
9197 <artifactId>anthropic-java-foundry</artifactId>
92 <version>2.60.0</version>
98 <version>2.63.0</version>
9399 </dependency>
94100 <!-- For Entra ID authentication, also add the Azure Identity library -->
95101 <dependency>