MVN

org.finos.tracdap.plugins : exec-ssh

Maven & Gradle

Jun 13, 2023
35 stars

exec-ssh · Executor plugin for remote execution over SSH

<dependency>
    <groupId>org.finos.tracdap.plugins</groupId>
    <artifactId>exec-ssh</artifactId>
    <version>0.5.28</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.finos.tracdap.plugins : exec-ssh to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.28
  • Latest Release Candidate: 0.6.0-rc1

All Versions

Choose a version of org.finos.tracdap.plugins : exec-ssh to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
exec-ssh-0.6.0-rc1
0.5.x
exec-ssh-0.5.28
exec-ssh-0.5.27
exec-ssh-0.5.25
exec-ssh-0.5.24
exec-ssh-0.5.23
exec-ssh-0.5.22
exec-ssh-0.5.21
exec-ssh-0.5.20
exec-ssh-0.5.19
exec-ssh-0.5.18

How to add a dependency to Maven

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

<dependency>
    <groupId>org.finos.tracdap.plugins</groupId>
    <artifactId>exec-ssh</artifactId>
    <version>0.5.28</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.finos.tracdap.plugins : exec-ssh gradle dependency to your build.gradle file:

implementation 'org.finos.tracdap.plugins:exec-ssh:0.5.28'

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

implementation("org.finos.tracdap.plugins:exec-ssh:0.5.28")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.finos.tracdap.plugins : exec-ssh sbt scala dependency to your build.sbt file:

libraryDependencies += "org.finos.tracdap.plugins" % "exec-ssh" % "0.5.28"