# Rundeck CLI - Java API Library
The Java library used by RD can be used as a dependency in your Java project to call Rundeck APIs.
# Javadoc
rd-api-client (opens new window)
# Gradle usage
A demo project can be seen here: https://github.com/gschueler/rd-api-demo (opens new window)
//use maven central
repositories {
mavenCentral()
}
dependencies {
compile "org.rundeck.api:rd-api-client:{{site.app_version}}"
}
← SSL Change Log →