The whole hunk
from line 45, old and new numbered
/
lines
from line 45
4545 <Tab title="Java">
4646 <CodeGroup exclude="shell, python, typescript, csharp, go, php, ruby">
4747 ```groovy Gradle
48 implementation("com.anthropic:anthropic-java:2.58.0")
49 implementation("com.anthropic:anthropic-java-vertex:2.58.0")
48 implementation("com.anthropic:anthropic-java:2.60.0")
49 implementation("com.anthropic:anthropic-java-vertex:2.60.0")
5050 ```
5151
5252 ```xml Maven
from line 53
5353 <dependency>
5454 <groupId>com.anthropic</groupId>
5555 <artifactId>anthropic-java</artifactId>
56 <version>2.58.0</version>
56 <version>2.60.0</version>
5757 </dependency>
5858 <dependency>
5959 <groupId>com.anthropic</groupId>
6060 <artifactId>anthropic-java-vertex</artifactId>
61 <version>2.58.0</version>
61 <version>2.60.0</version>
6262 </dependency>
6363 ```
6464