Java client for the RunDeck REST API http://rundeck.github.com/rundeck-api-java-client
Find a file
2014-11-06 10:33:59 -08:00
src Release info 2014-11-06 10:33:59 -08:00
.gitignore
.travis.yml
CHANGELOG
LICENSE
mvn.sh
pom.xml
README

Java client for the RunDeck REST API

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

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

How to build :
- prerequisites : Apache Maven 2.2.1 or 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>