(e.g., S3) in the section:
As of May 2026, is the recommended version for all new development. While version 1.x is still available, it reached the end of its support lifecycle on December 31, 2025. 1. Download via Maven download aws sdk for java
While not recommended for production because it makes managing updates difficult, you can download pre-built JAR files for local testing: Download via Maven While not recommended for production
For a Maven-based project, you don't "download" a single file manually. Instead, you declare the SDK in your pom.xml file. It is highly recommended to use the to ensure all SDK modules use the same version. Add the BOM to your section: Add the BOM to your section: : Visit
: Visit the Maven Central Repository to download individual .jar files for specific services.
If you use Gradle, add the following to your build.gradle file:
software.amazon.awssdk s3 Use code with caution. 2. Download via Gradle