| Лицензия |
Лицензия
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-1.1.2.pom | |
| sshapi-jsch-1.1.2.jar | 45 KB |
| sshapi-jsch-1.1.2-sources.jar | 24 KB |
| sshapi-jsch-1.1.2-javadoc.jar | 29 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.sshtools : sshapi-core | jar | 1.1.2 |
| com.jcraft : jsch | jar | 0.1.54 |
| com.jcraft : jzlib | jar | 1.1.3 |