is not current version
Last Version 0.1.55

com.jcraft:jsch 0.1.51

JSch is a pure Java implementation of SSH2

GroupId

GroupId

com.jcraft
ArtifactId

ArtifactId

jsch
Version

Version

0.1.51
Type

Type

jar

Download jsch 0.1.51


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