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.58.0")
80 implementation("com.anthropic:anthropic-java-foundry:2.60.0")
8181
8282 // For Entra ID authentication, also add the Azure Identity library
8383 implementation("com.azure:azure-identity:1.18.3")
from line 89
8989 <dependency>
9090 <groupId>com.anthropic</groupId>
9191 <artifactId>anthropic-java-foundry</artifactId>
92 <version>2.58.0</version>
92 <version>2.60.0</version>
9393 </dependency>
9494 <!-- For Entra ID authentication, also add the Azure Identity library -->
9595 <dependency>