MVN

com.gluonhq : aws-java-sdk-pom

Maven & Gradle

Jul 26, 2018
2 stars

AWS SDK for Java Mobile · The Amazon Web Services SDK for Java Mobile provides Java APIs for building software on AWS’ cost-effective, scalable, and reliable infrastructure products. The AWS SDK for Java allows developers to code against APIs for all of Amazon's infrastructure web services (Amazon S3, Amazon EC2, Amazon SQS, Auto Scaling, etc).

<dependency>
    <groupId>com.gluonhq</groupId>
    <artifactId>aws-java-sdk-pom</artifactId>
    <version>2.6.19-b2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gluonhq : aws-java-sdk-pom to add to Maven - Latest Versions:

  • Latest Stable: 2.6.19-b2

All Versions

Choose a version of com.gluonhq : aws-java-sdk-pom to add to Maven - All Versions:

Version Vulnerabilities Updated
2.6.x
aws-java-sdk-pom-2.6.19-b2
aws-java-sdk-pom-2.6.19

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.gluonhq</groupId>
    <artifactId>aws-java-sdk-pom</artifactId>
    <version>2.6.19-b2</version>
</dependency>

Advertisement