MVN

org.hudsonci.plugins : ssh-slaves

Maven & Gradle

Sep 17, 2015
1 stars

Hudson SSH Slaves plugin · Plugin allows you to manage slaves running on *nix machines over SSH.

<dependency>
    <groupId>org.hudsonci.plugins</groupId>
    <artifactId>ssh-slaves</artifactId>
    <version>3.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.hudsonci.plugins : ssh-slaves to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.3

All Versions

Choose a version of org.hudsonci.plugins : ssh-slaves to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
ssh-slaves-3.0.3
ssh-slaves-3.0.2
ssh-slaves-3.0.0
2.1.x
ssh-slaves-2.1.1
ssh-slaves-2.1.0

How to add a dependency to Maven

Add the following org.hudsonci.plugins : ssh-slaves maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.hudsonci.plugins</groupId>
    <artifactId>ssh-slaves</artifactId>
    <version>3.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.hudsonci.plugins : ssh-slaves gradle dependency to your build.gradle file:

implementation 'org.hudsonci.plugins:ssh-slaves:3.0.3'

Gradle Kotlin DSL: Add the following org.hudsonci.plugins : ssh-slaves gradle kotlin dependency to your build.gradle.kts file:

implementation("org.hudsonci.plugins:ssh-slaves:3.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.hudsonci.plugins : ssh-slaves sbt scala dependency to your build.sbt file:

libraryDependencies += "org.hudsonci.plugins" % "ssh-slaves" % "3.0.3"