is not current version
Last Version 1.1.2

com.sshtools:sshapi-jsch 1.1.1

JSch is a pure Java implementation of SSH2. JSch allows you to connect to an sshd server and use port forwarding, X11 forwarding, file transfer, etc., and you can integrate its functionality into your own Java programs. JSch is licensed under BSD style license. Downloads and more information about JSch may be found at http://www.jcraft.com/jsch/. This library is the provider bridge for SSHAPI.

GroupId

GroupId

com.sshtools
ArtifactId

ArtifactId

sshapi-jsch
Version

Version

1.1.1
Type

Type

jar

Download sshapi-jsch 1.1.1


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