Jar examples for g: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.
You can download jar file groovy2ssh 1.0.0 in this page.
Apache License, Version 2.0
You can use the following script to add groovy2ssh-1.0.0.jar to your project.
<dependency> <groupId>com.googlecode.msidor</groupId> <artifactId>groovy2ssh</artifactId> <version>1.0.0</version> </dependency>
compile group: 'com.googlecode.msidor', name: 'groovy2ssh', version: '1.0.0'
libraryDependencies += "com.googlecode.msidor" % "groovy2ssh" % "1.0.0"
<dependency org="com.googlecode.msidor" name="groovy2ssh" rev="1.0.0"/>
@Grapes(@Grab(group='com.googlecode.msidor', module='groovy2ssh', version='1.0.0'))
'com.googlecode.msidor:groovy2ssh:jar:1.0.0'
Click the following link to download the jar file.
groovy2ssh-1.0.0-javadoc.jar