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.

Лицензия

Лицензия

MIT
Группа

Группа

com.sshtools
Идентификатор

Идентификатор

sshapi-jsch
Последняя версия

Последняя версия

1.1.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.

Скачать sshapi-jsch

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
com.sshtools : sshapi-core jar 1.1.2
com.jcraft : jsch jar 0.1.54
com.jcraft : jzlib jar 1.1.3

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.1.2
1.1.1
1.1.0