| GroupId | GroupIdcom.github.mwiede |
|---|---|
| ArtifactId | ArtifactIdjsch |
| Version | Version0.1.69 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jsch-0.1.69.pom | |
| jsch-0.1.69.jar | 484 KB |
| jsch-0.1.69-sources.jar | 463 KB |
| jsch-0.1.69-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mwiede/jsch/ -->
<dependency>
<groupId>com.github.mwiede</groupId>
<artifactId>jsch</artifactId>
<version>0.1.69</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mwiede/jsch/
implementation 'com.github.mwiede:jsch:0.1.69'
// https://jarcasting.com/artifacts/com.github.mwiede/jsch/
implementation ("com.github.mwiede:jsch:0.1.69")
'com.github.mwiede:jsch:jar:0.1.69'
<dependency org="com.github.mwiede" name="jsch" rev="0.1.69">
<artifact name="jsch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mwiede', module='jsch', version='0.1.69')
)
libraryDependencies += "com.github.mwiede" % "jsch" % "0.1.69"
[com.github.mwiede/jsch "0.1.69"]