r

route53

jclouds components to access an implementation of Route 53
Files download
File Operation
route53-1.6.0-rc.2.jar download
route53-1.6.0-rc.2.pom download
route53-1.6.0-rc.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jclouds.api</groupId>
  <artifactId>route53</artifactId>
  <version>1.6.0-rc.2</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.jclouds.api:route53:1.6.0-rc.2'
Gradle Kotlin
implementation("org.jclouds.api:route53:1.6.0-rc.2")
Scala SBT
libraryDependencies += "org.jclouds.api" % "route53" % "1.6.0-rc.2"
Groovy Grape
@Grapes(
  @Grab(group='org.jclouds.api', module='route53', version='1.6.0-rc.2')
)
Apache Ivy
<dependency org="org.jclouds.api" name="route53" rev="1.6.0-rc.2" />
Leiningen
[org.jclouds.api/route53 "1.6.0-rc.2"]
Apache Buildr
'org.jclouds.api:route53:jar:1.6.0-rc.2'