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