MVN

io.cloudslang.content : score-ssh

Maven & Gradle

Oct 06, 2015
4 usages
41 stars

SSH java actions

<dependency>
    <groupId>io.cloudslang.content</groupId>
    <artifactId>score-ssh</artifactId>
    <version>0.0.32</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.cloudslang.content : score-ssh to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.32

All Versions

Choose a version of io.cloudslang.content : score-ssh to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
score-ssh-0.0.32
score-ssh-0.0.30
score-ssh-0.0.29
score-ssh-0.0.25
score-ssh-0.0.24
score-ssh-0.0.23

How to add a dependency to Maven

Add the following io.cloudslang.content : score-ssh maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.cloudslang.content</groupId>
    <artifactId>score-ssh</artifactId>
    <version>0.0.32</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.cloudslang.content : score-ssh gradle dependency to your build.gradle file:

implementation 'io.cloudslang.content:score-ssh:0.0.32'

Gradle Kotlin DSL: Add the following io.cloudslang.content : score-ssh gradle kotlin dependency to your build.gradle.kts file:

implementation("io.cloudslang.content:score-ssh:0.0.32")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.cloudslang.content : score-ssh sbt scala dependency to your build.sbt file:

libraryDependencies += "io.cloudslang.content" % "score-ssh" % "0.0.32"

Advertisement