SSHAPI libssh

libssh is a C library that enables you to write a program that uses the SSH protocol. With it, you can remotely execute programs, transfer files, or use a secure and transparent tunnel for your remote programs. The SSH protocol is encrypted, ensures data integrity, and provides strong means of authenticating both the server of the client. The library hides a lot of technical details from the SSH protocol, but this does not mean that you should not try to know about and understand these details. This is the SSHAPI provider bridge for libssh, and uses JNA. Downloads and more information about libssh may be found at http://api.libssh.org/master/index.html. This library is deployed to SSHTools own Maven repository.

Лицензия

Лицензия

MIT
Группа

Группа

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

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

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

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

1.1.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

SSHAPI libssh
libssh is a C library that enables you to write a program that uses the SSH protocol. With it, you can remotely execute programs, transfer files, or use a secure and transparent tunnel for your remote programs. The SSH protocol is encrypted, ensures data integrity, and provides strong means of authenticating both the server of the client. The library hides a lot of technical details from the SSH protocol, but this does not mean that you should not try to know about and understand these details. This is the SSHAPI provider bridge for libssh, and uses JNA. Downloads and more information about libssh may be found at http://api.libssh.org/master/index.html. This library is deployed to SSHTools own Maven repository.

Скачать sshapi-libssh

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

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
com.sshtools : sshapi-core jar 1.1.2
net.java.dev.jna : jna jar 3.2.7
com.nativelibs4java : jnaerator-runtime jar 0.11

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

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

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

Версия
1.1.2
1.1.1