groovy2ssh

Java library that allows to execute shell commands via groovy script on remote host through ssh connection. The SSH connection is handled by JSCH library.

License

License

Categories

Categories

Groovy Languages
GroupId

GroupId

com.googlecode.msidor
ArtifactId

ArtifactId

groovy2ssh
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

groovy2ssh
Java library that allows to execute shell commands via groovy script on remote host through ssh connection. The SSH connection is handled by JSCH library.
Project URL

Project URL

https://code.google.com/p/groovy2ssh/

Download groovy2ssh

How to add to project

<!-- https://jarcasting.com/artifacts/com.googlecode.msidor/groovy2ssh/ -->
<dependency>
    <groupId>com.googlecode.msidor</groupId>
    <artifactId>groovy2ssh</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.msidor/groovy2ssh/
implementation 'com.googlecode.msidor:groovy2ssh:1.0.2'
// https://jarcasting.com/artifacts/com.googlecode.msidor/groovy2ssh/
implementation ("com.googlecode.msidor:groovy2ssh:1.0.2")
'com.googlecode.msidor:groovy2ssh:jar:1.0.2'
<dependency org="com.googlecode.msidor" name="groovy2ssh" rev="1.0.2">
  <artifact name="groovy2ssh" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.msidor', module='groovy2ssh', version='1.0.2')
)
libraryDependencies += "com.googlecode.msidor" % "groovy2ssh" % "1.0.2"
[com.googlecode.msidor/groovy2ssh "1.0.2"]

Dependencies

compile (3)

Group / Artifact Type Version
com.jcraft : jsch jar 0.1.51
org.codehaus.groovy : groovy jar 2.3.5
org.slf4j : slf4j-api jar 1.7.7

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1
1.0.0