MVN

software.amazon.awssdk : resource-groups

Maven & Gradle

Jul 31, 2018

AWS Java SDK :: Services :: AWS Resource Groups · The AWS Java SDK for AWS Resource Groups module holds the client classes that are used for communicating with AWS Resource Groups Service

<dependency>
    <groupId>software.amazon.awssdk</groupId>
    <artifactId>resource-groups</artifactId>
    <version>2.0.0-preview-11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of software.amazon.awssdk : resource-groups to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0-preview-11

All Versions

Choose a version of software.amazon.awssdk : resource-groups to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
resource-groups-2.0.0-preview-11
resource-groups-2.0.0-preview-10
resource-groups-2.0.0-preview-9
resource-groups-2.0.0-preview-8

How to add a dependency to Maven

Add the following software.amazon.awssdk : resource-groups maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>software.amazon.awssdk</groupId>
    <artifactId>resource-groups</artifactId>
    <version>2.0.0-preview-11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following software.amazon.awssdk : resource-groups gradle dependency to your build.gradle file:

implementation 'software.amazon.awssdk:resource-groups:2.0.0-preview-11'

Gradle Kotlin DSL: Add the following software.amazon.awssdk : resource-groups gradle kotlin dependency to your build.gradle.kts file:

implementation("software.amazon.awssdk:resource-groups:2.0.0-preview-11")

How to add a dependency to SBT Scala

SBT Scala: Add the following software.amazon.awssdk : resource-groups sbt scala dependency to your build.sbt file:

libraryDependencies += "software.amazon.awssdk" % "resource-groups" % "2.0.0-preview-11"

Advertisement