a

aws-java-sdk-mobile-client

The AWS Java SDK for Mobile Client holds the client classes that are used for initializing the SDK and instantiating the SDK clients.
https://github.com/gluonhq/aws-sdk-java-mobile
文件下载
文件名 操作
aws-java-sdk-mobile-client-2.6.19.jar 下载
aws-java-sdk-mobile-client-2.6.19.pom 下载
aws-java-sdk-mobile-client-2.6.19-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.gluonhq</groupId>
  <artifactId>aws-java-sdk-mobile-client</artifactId>
  <version>2.6.19</version>
</dependency>
Gradle Groovy
implementation 'com.gluonhq:aws-java-sdk-mobile-client:2.6.19'
Gradle Kotlin
implementation("com.gluonhq:aws-java-sdk-mobile-client:2.6.19")
Scala SBT
libraryDependencies += "com.gluonhq" % "aws-java-sdk-mobile-client" % "2.6.19"
Groovy Grape
@Grapes(
  @Grab(group='com.gluonhq', module='aws-java-sdk-mobile-client', version='2.6.19')
)
Apache Ivy
<dependency org="com.gluonhq" name="aws-java-sdk-mobile-client" rev="2.6.19" />
Leiningen
[com.gluonhq/aws-java-sdk-mobile-client "2.6.19"]
Apache Buildr
'com.gluonhq:aws-java-sdk-mobile-client:jar:2.6.19'