One change
claude-on-vertex-ai
build-with-claude/claude-on-vertex-ai
Nearest release: v2.1.250, published an hour before this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.
build-with-claude/claude-on-vertex-ai Changed · +4 / -4 lines
from line 45
<Tab title="Java"> <CodeGroup exclude="shell, python, typescript, csharp, go, php, ruby"> ```groovy Gradle - implementation("com.anthropic:anthropic-java:2.57.0") - implementation("com.anthropic:anthropic-java-vertex:2.57.0") + implementation("com.anthropic:anthropic-java:2.58.0") + implementation("com.anthropic:anthropic-java-vertex:2.58.0") ``` ```xml Maven
from line 53
<dependency> <groupId>com.anthropic</groupId> <artifactId>anthropic-java</artifactId> - <version>2.57.0</version> + <version>2.58.0</version> </dependency> <dependency> <groupId>com.anthropic</groupId> <artifactId>anthropic-java-vertex</artifactId> - <version>2.57.0</version> + <version>2.58.0</version> </dependency> ```