MVN

com.gluonhq : aws-java-sdk-kms

Maven & Gradle

Jul 26, 2018
1 usages
2 stars

AWS SDK for Java Mobile - AWS KMS · The AWS Java Mobile SDK for AWS KMS module holds the client classes that are used for communicating with AWS Key Management Service

<dependency>
    <groupId>com.gluonhq</groupId>
    <artifactId>aws-java-sdk-kms</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-kms to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.19-b2

All Versions

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

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

How to add a dependency to Maven

Add the following com.gluonhq : aws-java-sdk-kms maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gluonhq : aws-java-sdk-kms gradle dependency to your build.gradle file:

implementation 'com.gluonhq:aws-java-sdk-kms:2.6.19-b2'

Gradle Kotlin DSL: Add the following com.gluonhq : aws-java-sdk-kms gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gluonhq:aws-java-sdk-kms:2.6.19-b2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gluonhq : aws-java-sdk-kms sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gluonhq" % "aws-java-sdk-kms" % "2.6.19-b2"