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.21 in this page.
Revised BSD
You can use the following script to add jsch-0.1.21.jar to your project.
<dependency> <groupId>jsch</groupId> <artifactId>jsch</artifactId> <version>0.1.21</version> </dependency>
compile group: 'jsch', name: 'jsch', version: '0.1.21'
libraryDependencies += "jsch" % "jsch" % "0.1.21"
<dependency org="jsch" name="jsch" rev="0.1.21"/>
@Grapes(@Grab(group='jsch', module='jsch', version='0.1.21'))
'jsch:jsch:jar:0.1.21'
Click the following link to download the jar file.
jsch-0.1.21.jar