The whole hunk
from line 37, old and new numbered
/
lines
from line 37
3737 For Linux environments, download the release binary directly.
3838
3939 ```bash
40 VERSION=1.27.0
40 VERSION=1.29.0
4141 OS=$(uname -s | tr '[:upper:]' '[:lower:]')
4242 case $(uname -m) in
4343 x86_64) ARCH=amd64 ;;
from line 88
8888
8989 <Tab title="Java">
9090 ```groovy Gradle
91 implementation("com.anthropic:anthropic-java:2.58.0")
91 implementation("com.anthropic:anthropic-java:2.60.0")
9292 ```
9393 </Tab>
9494