| Лицензия |
Лицензия
MIT
|
|---|---|
| Группа | Группаcom.sshtools |
| Идентификатор | Идентификаторsshapi-core |
| Последняя версия | Последняя версия1.1.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеSSHAPI Core
This library is the core of SSHAPI, and implements no actual provider bridges.
This is all you need to compile an application, but at least one provider bridge and provider
library will be required at run-time.
It also contains
a number of utility classes that are used by the various implementations.
|
| Имя Файла | Размер |
|---|---|
| sshapi-core-1.1.2.pom | |
| sshapi-core-1.1.2.jar | 77 KB |
| sshapi-core-1.1.2-sources.jar | 115 KB |
| sshapi-core-1.1.2-javadoc.jar | 506 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.sshtools/sshapi-core/ -->
<dependency>
<groupId>com.sshtools</groupId>
<artifactId>sshapi-core</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.sshtools/sshapi-core/
implementation 'com.sshtools:sshapi-core:1.1.2'
// https://jarcasting.com/artifacts/com.sshtools/sshapi-core/
implementation ("com.sshtools:sshapi-core:1.1.2")
'com.sshtools:sshapi-core:jar:1.1.2'
<dependency org="com.sshtools" name="sshapi-core" rev="1.1.2">
<artifact name="sshapi-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sshtools', module='sshapi-core', version='1.1.2')
)
libraryDependencies += "com.sshtools" % "sshapi-core" % "1.1.2"
[com.sshtools/sshapi-core "1.1.2"]