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