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