com.amazonaws/aws-java-sdk

The Amazon Web Services SDK for Java provides Java APIs for building software on AWS’ cost-effective, scalable, and reliable infrastructure products. The AWS Java SDK allows developers to code against APIs for all of Amazon's infrastructure web services (Amazon S3, Amazon EC2, Amazon SQS, Amazon Relational Database Service, Amazon AutoScaling, etc).

This artifact may shadow a release on Maven Central. You should search there for a canonical release.

Leiningen/Boot

[com.amazonaws/aws-java-sdk "1.3.1"]

Clojure CLI/deps.edn

com.amazonaws/aws-java-sdk {:mvn/version "1.3.1"}

Gradle

implementation("com.amazonaws:aws-java-sdk:1.3.1")

Maven

<dependency>
  <groupId>com.amazonaws</groupId>
  <artifactId>aws-java-sdk</artifactId>
  <version>1.3.1</version>
</dependency>