MVN

com.amazonaws : aws-java-sdk-cloudfrontkeyvaluestore

Maven & Gradle

Nov 22, 2023

AWS Java SDK for Amazon CloudFront KeyValueStore · The AWS Java SDK for Amazon CloudFront KeyValueStore module holds the client classes that are used for communicating with Amazon CloudFront KeyValueStore Service

<dependency>
    <groupId>com.amazonaws</groupId>
    <artifactId>aws-java-sdk-cloudfrontkeyvaluestore</artifactId>
    <version>1.12.594</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.amazonaws : aws-java-sdk-cloudfrontkeyvaluestore to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.12.594

All Versions

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

Version Vulnerabilities Updated
1.12.x
aws-java-sdk-cloudfrontkeyvaluestore-1.12.594

How to add a dependency to Maven

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

<dependency>
    <groupId>com.amazonaws</groupId>
    <artifactId>aws-java-sdk-cloudfrontkeyvaluestore</artifactId>
    <version>1.12.594</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.amazonaws:aws-java-sdk-cloudfrontkeyvaluestore:1.12.594'

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

implementation("com.amazonaws:aws-java-sdk-cloudfrontkeyvaluestore:1.12.594")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.amazonaws" % "aws-java-sdk-cloudfrontkeyvaluestore" % "1.12.594"

Advertisement