| Группа | Группаcom.github.mwiede |
|---|---|
| Идентификатор | Идентификаторjsch |
| Версия | Версия0.1.56 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| jsch-0.1.56.pom | |
| jsch-0.1.56.jar | 290 KB |
| jsch-0.1.56-sources.jar | 273 KB |
| jsch-0.1.56-javadoc.jar | 589 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.mwiede/jsch/ -->
<dependency>
<groupId>com.github.mwiede</groupId>
<artifactId>jsch</artifactId>
<version>0.1.56</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mwiede/jsch/
implementation 'com.github.mwiede:jsch:0.1.56'
// https://jarcasting.com/artifacts/com.github.mwiede/jsch/
implementation ("com.github.mwiede:jsch:0.1.56")
'com.github.mwiede:jsch:jar:0.1.56'
<dependency org="com.github.mwiede" name="jsch" rev="0.1.56">
<artifact name="jsch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mwiede', module='jsch', version='0.1.56')
)
libraryDependencies += "com.github.mwiede" % "jsch" % "0.1.56"
[com.github.mwiede/jsch "0.1.56"]