License |
License |
---|---|
Categories |
CategoriesGroovy Languages |
GroupId | GroupIdcom.googlecode.msidor |
ArtifactId | ArtifactIdgroovy2ssh |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongroovy2ssh
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 |
Filename | Size |
---|---|
groovy2ssh-1.0.2.pom | |
groovy2ssh-1.0.2.jar | 9 KB |
groovy2ssh-1.0.2-sources.jar | 6 KB |
groovy2ssh-1.0.2-javadoc.jar | 28 KB |
Browse |
<!-- 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"]
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 |