is not current version
Last Version 0.1.55

com.jcraft:jsch 0.1.53

JSch is a pure Java implementation of SSH2

GroupId

GroupId

com.jcraft
ArtifactId

ArtifactId

jsch
Version

Version

0.1.53
Type

Type

jar

Download jsch 0.1.53


<!-- https://jarcasting.com/artifacts/com.jcraft/jsch/ -->
<dependency>
    <groupId>com.jcraft</groupId>
    <artifactId>jsch</artifactId>
    <version>0.1.53</version>
</dependency>
// https://jarcasting.com/artifacts/com.jcraft/jsch/
implementation 'com.jcraft:jsch:0.1.53'
// https://jarcasting.com/artifacts/com.jcraft/jsch/
implementation ("com.jcraft:jsch:0.1.53")
'com.jcraft:jsch:jar:0.1.53'
<dependency org="com.jcraft" name="jsch" rev="0.1.53">
  <artifact name="jsch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jcraft', module='jsch', version='0.1.53')
)
libraryDependencies += "com.jcraft" % "jsch" % "0.1.53"
[com.jcraft/jsch "0.1.53"]