MVN

com.eworkcloud : ework-cloud-starter-ssh

Maven & Gradle

Mar 24, 2020
1 usages

Ework Cloud Starter SSH · Ework Cloud Starter SSH

<dependency>
    <groupId>com.eworkcloud</groupId>
    <artifactId>ework-cloud-starter-ssh</artifactId>
    <version>2.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.eworkcloud : ework-cloud-starter-ssh to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.1

All Versions

Choose a version of com.eworkcloud : ework-cloud-starter-ssh to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
ework-cloud-starter-ssh-2.2.1
ework-cloud-starter-ssh-2.2.0
2.1.x
ework-cloud-starter-ssh-2.1.9
ework-cloud-starter-ssh-2.1.8
ework-cloud-starter-ssh-2.1.7
ework-cloud-starter-ssh-2.1.6
ework-cloud-starter-ssh-2.1.5
ework-cloud-starter-ssh-2.1.4
ework-cloud-starter-ssh-2.1.3
ework-cloud-starter-ssh-2.1.2
ework-cloud-starter-ssh-2.1.1
ework-cloud-starter-ssh-2.1.0
2.0.x
ework-cloud-starter-ssh-2.0.9
ework-cloud-starter-ssh-2.0.8
ework-cloud-starter-ssh-2.0.7
ework-cloud-starter-ssh-2.0.6
ework-cloud-starter-ssh-2.0.5
ework-cloud-starter-ssh-2.0.4
ework-cloud-starter-ssh-2.0.3
ework-cloud-starter-ssh-2.0.2
ework-cloud-starter-ssh-2.0.1
ework-cloud-starter-ssh-2.0.0
1.8.x
ework-cloud-starter-ssh-1.8.6
ework-cloud-starter-ssh-1.8.5
ework-cloud-starter-ssh-1.8.4
ework-cloud-starter-ssh-1.8.3
ework-cloud-starter-ssh-1.8.2
ework-cloud-starter-ssh-1.8.1
ework-cloud-starter-ssh-1.8.0
1.7.x
ework-cloud-starter-ssh-1.7.9
ework-cloud-starter-ssh-1.7.8
ework-cloud-starter-ssh-1.7.7
ework-cloud-starter-ssh-1.7.6
ework-cloud-starter-ssh-1.7.5
ework-cloud-starter-ssh-1.7.4
ework-cloud-starter-ssh-1.7.3
ework-cloud-starter-ssh-1.7.2
ework-cloud-starter-ssh-1.7.1
ework-cloud-starter-ssh-1.7.0
1.6.x
ework-cloud-starter-ssh-1.6.9
ework-cloud-starter-ssh-1.6.8
ework-cloud-starter-ssh-1.6.7
ework-cloud-starter-ssh-1.6.6
ework-cloud-starter-ssh-1.6.5
ework-cloud-starter-ssh-1.6.4
ework-cloud-starter-ssh-1.6.3
ework-cloud-starter-ssh-1.6.2
ework-cloud-starter-ssh-1.6.1
ework-cloud-starter-ssh-1.6.0
1.5.x
ework-cloud-starter-ssh-1.5.9
ework-cloud-starter-ssh-1.5.8
ework-cloud-starter-ssh-1.5.7
ework-cloud-starter-ssh-1.5.6
ework-cloud-starter-ssh-1.5.5
ework-cloud-starter-ssh-1.5.4
ework-cloud-starter-ssh-1.5.3
ework-cloud-starter-ssh-1.5.2
ework-cloud-starter-ssh-1.5.1
ework-cloud-starter-ssh-1.5.0
1.4.x
ework-cloud-starter-ssh-1.4.9
ework-cloud-starter-ssh-1.4.8
ework-cloud-starter-ssh-1.4.7
ework-cloud-starter-ssh-1.4.6
ework-cloud-starter-ssh-1.4.5
ework-cloud-starter-ssh-1.4.4
ework-cloud-starter-ssh-1.4.3
ework-cloud-starter-ssh-1.4.2
ework-cloud-starter-ssh-1.4.1
ework-cloud-starter-ssh-1.4.0
1.3.x
ework-cloud-starter-ssh-1.3.9
ework-cloud-starter-ssh-1.3.8
ework-cloud-starter-ssh-1.3.7
ework-cloud-starter-ssh-1.3.6
ework-cloud-starter-ssh-1.3.5
ework-cloud-starter-ssh-1.3.4
ework-cloud-starter-ssh-1.3.3
ework-cloud-starter-ssh-1.3.2
ework-cloud-starter-ssh-1.3.1
ework-cloud-starter-ssh-1.3.0
1.2.x
ework-cloud-starter-ssh-1.2.9
ework-cloud-starter-ssh-1.2.8
ework-cloud-starter-ssh-1.2.7
ework-cloud-starter-ssh-1.2.6
ework-cloud-starter-ssh-1.2.5
ework-cloud-starter-ssh-1.2.4
ework-cloud-starter-ssh-1.2.3
ework-cloud-starter-ssh-1.2.2
ework-cloud-starter-ssh-1.2.1
ework-cloud-starter-ssh-1.2.0
1.1.x
ework-cloud-starter-ssh-1.1.9
ework-cloud-starter-ssh-1.1.8
ework-cloud-starter-ssh-1.1.7
ework-cloud-starter-ssh-1.1.6
ework-cloud-starter-ssh-1.1.5
ework-cloud-starter-ssh-1.1.4
ework-cloud-starter-ssh-1.1.3
ework-cloud-starter-ssh-1.1.2
ework-cloud-starter-ssh-1.1.1
ework-cloud-starter-ssh-1.1.0

How to add a dependency to Maven

Add the following com.eworkcloud : ework-cloud-starter-ssh maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.eworkcloud</groupId>
    <artifactId>ework-cloud-starter-ssh</artifactId>
    <version>2.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.eworkcloud : ework-cloud-starter-ssh gradle dependency to your build.gradle file:

implementation 'com.eworkcloud:ework-cloud-starter-ssh:2.2.1'

Gradle Kotlin DSL: Add the following com.eworkcloud : ework-cloud-starter-ssh gradle kotlin dependency to your build.gradle.kts file:

implementation("com.eworkcloud:ework-cloud-starter-ssh:2.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.eworkcloud : ework-cloud-starter-ssh sbt scala dependency to your build.sbt file:

libraryDependencies += "com.eworkcloud" % "ework-cloud-starter-ssh" % "2.2.1"