Categories |
CategoriesJava Languages AWS Container PaaS Providers CLI User Interface |
---|---|
GroupId | GroupIdcom.gluonhq |
ArtifactId | ArtifactIdaws-java-sdk-mobile-client |
Version | Version2.6.19-b2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.gluonhq/aws-java-sdk-mobile-client/ -->
<dependency>
<groupId>com.gluonhq</groupId>
<artifactId>aws-java-sdk-mobile-client</artifactId>
<version>2.6.19-b2</version>
</dependency>
// https://jarcasting.com/artifacts/com.gluonhq/aws-java-sdk-mobile-client/
implementation 'com.gluonhq:aws-java-sdk-mobile-client:2.6.19-b2'
// https://jarcasting.com/artifacts/com.gluonhq/aws-java-sdk-mobile-client/
implementation ("com.gluonhq:aws-java-sdk-mobile-client:2.6.19-b2")
'com.gluonhq:aws-java-sdk-mobile-client:jar:2.6.19-b2'
<dependency org="com.gluonhq" name="aws-java-sdk-mobile-client" rev="2.6.19-b2">
<artifact name="aws-java-sdk-mobile-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gluonhq', module='aws-java-sdk-mobile-client', version='2.6.19-b2')
)
libraryDependencies += "com.gluonhq" % "aws-java-sdk-mobile-client" % "2.6.19-b2"
[com.gluonhq/aws-java-sdk-mobile-client "2.6.19-b2"]