Download groovy2ssh-1.0.2.jar file - Jar g

Jar examples for g:groovy2ssh

Description

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.

You can download jar file groovy2ssh 1.0.2 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add groovy2ssh-1.0.2.jar to your project.

<dependency>
   <groupId>com.googlecode.msidor</groupId>
   <artifactId>groovy2ssh</artifactId>
   <version>1.0.2</version>
</dependency>
compile group: 'com.googlecode.msidor', name: 'groovy2ssh', version: '1.0.2'
libraryDependencies += "com.googlecode.msidor" % "groovy2ssh" % "1.0.2"
<dependency org="com.googlecode.msidor" name="groovy2ssh" rev="1.0.2"/>
@Grapes(@Grab(group='com.googlecode.msidor', module='groovy2ssh', version='1.0.2'))
'com.googlecode.msidor:groovy2ssh:jar:1.0.2'

Download

Click the following link to download the jar file.

groovy2ssh-1.0.2-javadoc.jar
groovy2ssh-1.0.2-sources.jar
groovy2ssh-1.0.2.jar
groovy2ssh-1.0.2.pom



Related Tutorials