How to install the Java artifact org.jclouds.api.rackspace-clouddns with Maven
Java
Maven
pom.xml
org.jclouds.api
rackspace-clouddns
Add the following lines to your pom.xml within the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>org.jclouds.api</groupId>
<artifactId>rackspace-clouddns</artifactId>
<version>1.6.0</version>
</dependency>
/dependencies>