MVN

org.jclouds.api : route53

Maven & Gradle

Apr 27, 2013
2 usages

jclouds route53 api · jclouds components to access an implementation of Route 53

<dependency>
    <groupId>org.jclouds.api</groupId>
    <artifactId>route53</artifactId>
    <version>1.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jclouds.api : route53 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.0
  • Latest Release Candidate: 1.6.0-rc.5
  • Latest Alpha: 1.6.0-alpha.4

All Versions

Choose a version of org.jclouds.api : route53 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
route53-1.6.0
route53-1.6.0-rc.5
route53-1.6.0-rc.4
route53-1.6.0-rc.3
route53-1.6.0-rc.2
route53-1.6.0-rc.1
route53-1.6.0-alpha.4
route53-1.6.0-alpha.3
route53-1.6.0-alpha.2
route53-1.6.0-alpha.1
1.5.x
route53-1.5.10
route53-1.5.9
route53-1.5.8
route53-1.5.7
route53-1.5.6

How to add a dependency to Maven

Add the following org.jclouds.api : route53 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jclouds.api</groupId>
    <artifactId>route53</artifactId>
    <version>1.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jclouds.api : route53 gradle dependency to your build.gradle file:

implementation 'org.jclouds.api:route53:1.6.0'

Gradle Kotlin DSL: Add the following org.jclouds.api : route53 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jclouds.api:route53:1.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jclouds.api : route53 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jclouds.api" % "route53" % "1.6.0"

Advertisement