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>