Jar examples for j:jsch
JSch is a pure Java implementation of SSH2 - this is a spork by Roberto Tyley for experimental purposes
You can download jar file jsch 0.1.17 in this page.
Revised BSD
You can use the following script to add jsch-0.1.17.jar to your project.
<dependency> <groupId>jsch</groupId> <artifactId>jsch</artifactId> <version>0.1.17</version> </dependency>
compile group: 'jsch', name: 'jsch', version: '0.1.17'
libraryDependencies += "jsch" % "jsch" % "0.1.17"
<dependency org="jsch" name="jsch" rev="0.1.17"/>
@Grapes(@Grab(group='jsch', module='jsch', version='0.1.17'))
'jsch:jsch:jar:0.1.17'
Click the following link to download the jar file.
jsch-0.1.17.jar