a

aws-android-sdk-mobile-client

The AWS Android SDK for Mobile Client holds the client classes that are used for initializing the SDK and instantiating the SDK clients.
https://github.com/aws/aws-sdk-android
Amazon Software License
Files download
File Operation
aws-android-sdk-mobile-client-2.47.0.pom download
aws-android-sdk-mobile-client-2.47.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.amazonaws</groupId>
  <artifactId>aws-android-sdk-mobile-client</artifactId>
  <version>2.47.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.amazonaws:aws-android-sdk-mobile-client:2.47.0'
Gradle Kotlin
implementation("com.amazonaws:aws-android-sdk-mobile-client:2.47.0")
Scala SBT
libraryDependencies += "com.amazonaws" % "aws-android-sdk-mobile-client" % "2.47.0"
Groovy Grape
@Grapes(
  @Grab(group='com.amazonaws', module='aws-android-sdk-mobile-client', version='2.47.0')
)
Apache Ivy
<dependency org="com.amazonaws" name="aws-android-sdk-mobile-client" rev="2.47.0" />
Leiningen
[com.amazonaws/aws-android-sdk-mobile-client "2.47.0"]
Apache Buildr
'com.amazonaws:aws-android-sdk-mobile-client:jar:2.47.0'