| Лицензия |
Лицензия
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-1.1.2.pom | |
| sshapi-libssh-1.1.2.jar | 100 KB |
| sshapi-libssh-1.1.2-sources.jar | 56 KB |
| sshapi-libssh-1.1.2-javadoc.jar | 629 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.sshtools : sshapi-core | jar | 1.1.2 |
| net.java.dev.jna : jna | jar | 3.2.7 |
| com.nativelibs4java : jnaerator-runtime | jar | 0.11 |