Download jsch-0.1.50.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.50 in this page.

License

Revised BSD

Build File

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

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

Download

Click the following link to download the jar file.

jsch-0.1.50-javadoc.jar
jsch-0.1.50-sources.jar
jsch-0.1.50.jar
jsch-0.1.50.pom



Related Tutorials