Skip to content

Instantly share code, notes, and snippets.

@nalingarg2
Created April 22, 2015 20:33
Show Gist options
  • Save nalingarg2/7024fb83fd9e99312cff to your computer and use it in GitHub Desktop.
Save nalingarg2/7024fb83fd9e99312cff to your computer and use it in GitHub Desktop.
cm api maven
<project>
<repositories>
<repository>
<id>cdh.repo</id>
<url>https://repository.cloudera.com/content/groups/cloudera-repos</url>
<name>Cloudera Repository</name>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.cloudera.api</groupId>
<artifactId>cloudera-manager-api</artifactId>
<version>4.6.2</version> <!-- Set to the version you use -->
</dependency>
</dependencies>
...
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment