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.50.1.pom download
aws-android-sdk-mobile-client-2.50.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.amazonaws</groupId>
  <artifactId>aws-android-sdk-mobile-client</artifactId>
  <version>2.50.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.amazonaws:aws-android-sdk-mobile-client:2.50.1'
Gradle Kotlin
implementation("com.amazonaws:aws-android-sdk-mobile-client:2.50.1")
Scala SBT
libraryDependencies += "com.amazonaws" % "aws-android-sdk-mobile-client" % "2.50.1"
Groovy Grape
@Grapes(
  @Grab(group='com.amazonaws', module='aws-android-sdk-mobile-client', version='2.50.1')
)
Apache Ivy
<dependency org="com.amazonaws" name="aws-android-sdk-mobile-client" rev="2.50.1" />
Leiningen
[com.amazonaws/aws-android-sdk-mobile-client "2.50.1"]
Apache Buildr
'com.amazonaws:aws-android-sdk-mobile-client:jar:2.50.1'