The whole hunk
from line 305, old and new numbered
/
lines
from line 305
305305
306306 <Tab title="Java">
307307 ```kotlin Gradle
308 implementation("com.anthropic:anthropic-java-aws:2.58.0")
308 implementation("com.anthropic:anthropic-java-aws:2.60.0")
309309 ```
310310
311311 ```xml Maven
from line 312
312312 <dependency>
313313 <groupId>com.anthropic</groupId>
314314 <artifactId>anthropic-java-aws</artifactId>
315 <version>2.58.0</version>
315 <version>2.60.0</version>
316316 </dependency>
317317 ```
318318 </Tab>