Last Version

SSHAPI Jsch 1.1.2

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.

License

License

MIT
GroupId

GroupId

com.sshtools
ArtifactId

ArtifactId

sshapi-jsch
Version

Version

1.1.2
Type

Type

jar
Description

Description

SSHAPI Jsch
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.

Download sshapi-jsch 1.1.2


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

Dependencies

compile (3)

Group / Artifact Type Version
com.sshtools : sshapi-core jar 1.1.2
com.jcraft : jsch jar 0.1.54
com.jcraft : jzlib jar 1.1.3

Project Modules

There are no modules declared in this project.