The whole hunk
from line 15, old and new numbered
/
lines
from line 15
1515<Tabs>
1616 <Tab title="Gradle">
1717 ```kotlin
18 implementation("com.anthropic:anthropic-java:2.58.0")
18 implementation("com.anthropic:anthropic-java:2.60.0")
1919 ```
2020 </Tab>
2121
from line 24
2424 <dependency>
2525 <groupId>com.anthropic</groupId>
2626 <artifactId>anthropic-java</artifactId>
27 <version>2.58.0</version>
27 <version>2.60.0</version>
2828 </dependency>
2929 ```
3030 </Tab>