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