| Категории |
КатегорииCLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаcom.github.fangjinuo.agileway |
| Идентификатор | Идентификаторagileway-sshclient |
| Версия | Версия2.6.3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| agileway-sshclient-2.6.3.pom | |
| agileway-sshclient-2.6.3.jar | 247 KB |
| agileway-sshclient-2.6.3-sources.jar | 156 KB |
| agileway-sshclient-2.6.3-javadoc.jar | 763 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.fangjinuo.agileway/agileway-sshclient/ -->
<dependency>
<groupId>com.github.fangjinuo.agileway</groupId>
<artifactId>agileway-sshclient</artifactId>
<version>2.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fangjinuo.agileway/agileway-sshclient/
implementation 'com.github.fangjinuo.agileway:agileway-sshclient:2.6.3'
// https://jarcasting.com/artifacts/com.github.fangjinuo.agileway/agileway-sshclient/
implementation ("com.github.fangjinuo.agileway:agileway-sshclient:2.6.3")
'com.github.fangjinuo.agileway:agileway-sshclient:jar:2.6.3'
<dependency org="com.github.fangjinuo.agileway" name="agileway-sshclient" rev="2.6.3">
<artifact name="agileway-sshclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fangjinuo.agileway', module='agileway-sshclient', version='2.6.3')
)
libraryDependencies += "com.github.fangjinuo.agileway" % "agileway-sshclient" % "2.6.3"
[com.github.fangjinuo.agileway/agileway-sshclient "2.6.3"]