Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One change · api

claude-in-amazon-bedrock changed

build-with-claude/claude-in-amazon-bedrock

Nearest release: v2.1.275, 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.

Recorded here
Lines+8added
Lines−2removed
From line 102 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits9to this page, all time

The whole hunk

from line 102, old and new numbered
/
lines
from line 102
102102 <Tabs>
103103 <Tab title="Gradle">
104104 ```kotlin
105 implementation("com.anthropic:anthropic-java-bedrock:2.60.0")
105 implementation("com.anthropic:anthropic-java:2.63.0")
106 implementation("com.anthropic:anthropic-java-bedrock:2.63.0")
106107 ```
107108 </Tab>
108109 
from line 111
110111 ```xml
111112 <dependency>
112113 <groupId>com.anthropic</groupId>
114 <artifactId>anthropic-java</artifactId>
115 <version>2.63.0</version>
116 </dependency>
117 <dependency>
118 <groupId>com.anthropic</groupId>
113119 <artifactId>anthropic-java-bedrock</artifactId>
114 <version>2.60.0</version>
120 <version>2.63.0</version>
115121 </dependency>
116122 ```
117123 </Tab>