MVN

software.amazon.awssdk : route53profiles

Maven & Gradle

Apr 22, 2024

AWS Java SDK :: Services :: Route53 Profiles · The AWS Java SDK for Route53 Profiles module holds the client classes that are used for communicating with Route53 Profiles.

<dependency>
    <groupId>software.amazon.awssdk</groupId>
    <artifactId>route53profiles</artifactId>
    <version>2.25.36</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.25.36

All Versions

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

Version Vulnerabilities Updated
2.25.x
route53profiles-2.25.36

How to add a dependency to Maven

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

<dependency>
    <groupId>software.amazon.awssdk</groupId>
    <artifactId>route53profiles</artifactId>
    <version>2.25.36</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'software.amazon.awssdk:route53profiles:2.25.36'

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

implementation("software.amazon.awssdk:route53profiles:2.25.36")

How to add a dependency to SBT Scala

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

libraryDependencies += "software.amazon.awssdk" % "route53profiles" % "2.25.36"

Advertisement