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