Rundeck API - Java Client

Java client for the Rundeck REST API

License

License

Categories

Categories

Java Languages CLI User Interface
GroupId

GroupId

org.rundeck
ArtifactId

ArtifactId

rundeck-api-java-client
Last Version

Last Version

13.2
Release Date

Release Date

Type

Type

jar
Description

Description

Rundeck API - Java Client
Java client for the Rundeck REST API
Source Code Management

Source Code Management

https://github.com/rundeck/rundeck-api-java-client

Download rundeck-api-java-client

How to add to project

<!-- https://jarcasting.com/artifacts/org.rundeck/rundeck-api-java-client/ -->
<dependency>
    <groupId>org.rundeck</groupId>
    <artifactId>rundeck-api-java-client</artifactId>
    <version>13.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.rundeck/rundeck-api-java-client/
implementation 'org.rundeck:rundeck-api-java-client:13.2'
// https://jarcasting.com/artifacts/org.rundeck/rundeck-api-java-client/
implementation ("org.rundeck:rundeck-api-java-client:13.2")
'org.rundeck:rundeck-api-java-client:jar:13.2'
<dependency org="org.rundeck" name="rundeck-api-java-client" rev="13.2">
  <artifact name="rundeck-api-java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.rundeck', module='rundeck-api-java-client', version='13.2')
)
libraryDependencies += "org.rundeck" % "rundeck-api-java-client" % "13.2"
[org.rundeck/rundeck-api-java-client "13.2"]

Dependencies

compile (7)

Group / Artifact Type Version
org.apache.httpcomponents : httpclient jar 4.3.6
org.apache.httpcomponents : httpmime jar 4.3.6
org.apache.httpcomponents : httpcore jar 4.3.3
commons-lang : commons-lang jar 2.6
commons-io : commons-io jar 2.4
dom4j : dom4j jar 1.6.1
jaxen : jaxen jar 1.1.6

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
co.freeside : betamax jar 1.1.2
org.codehaus.groovy : groovy-all jar 2.2.0

Project Modules

There are no modules declared in this project.

NO LONGER MAINTAINED

This project is no longer maintained.

A new Java API library is available in the rundeck-cli project

See: https://rundeck.github.io/rundeck-cli/javalib/

Java client for the Rundeck REST API

Build Status

Documentation : http://rundeck.github.com/rundeck-api-java-client/ Rundeck Home : http://rundeck.org/

License

LICENSE : The Apache Software License, Version 2.0 See the LICENSE file, or http://www.apache.org/licenses/LICENSE-2.0

Building

How to build :

  • prerequisites : Apache Maven 3.x http://maven.apache.org/
  • run mvn package
  • either use the jar file in target/rundeck-api-java-client-VERSION.jar, or the jar file with all dependencies included in target/rundeck-api-java-client-VERSION-jar-with-dependencies.jar

Credit

Original rundeck-api-java-client project was created by Vincent Behar http://vbehar.github.com

org.rundeck

Versions

Version
13.2
13.1
13.0
12.0
11.1
11.0
10.0
9.3
9.2
9.1
9.0
8.0
6.0
5.0
2.0
1.2
1.1
1.0