Download jsch-0.1.44-1.jar file - Jar j

Jar examples for j:jsch

Description

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.44-1 in this page.

License

Revised BSD

Build File

You can use the following script to add jsch-0.1.44-1.jar to your project.

<dependency>
   <groupId>com.jcraft</groupId>
   <artifactId>jsch</artifactId>
   <version>0.1.44-1</version>
</dependency>
compile group: 'com.jcraft', name: 'jsch', version: '0.1.44-1'
libraryDependencies += "com.jcraft" % "jsch" % "0.1.44-1"
<dependency org="com.jcraft" name="jsch" rev="0.1.44-1"/>
@Grapes(@Grab(group='com.jcraft', module='jsch', version='0.1.44-1'))
'com.jcraft:jsch:jar:0.1.44-1'

Download

Click the following link to download the jar file.

jsch-0.1.44-1-javadoc.jar
jsch-0.1.44-1-sources.jar
jsch-0.1.44-1.jar
jsch-0.1.44-1.pom



Related Tutorials