| License |
License |
|---|---|
| GroupId | GroupIdcom.jcraft |
| ArtifactId | ArtifactIdjsch |
| Last Version | Last Version0.1.55 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJSch
JSch is a pure Java implementation of SSH2
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jsch-0.1.55.pom | |
| jsch-0.1.55.jar | 217 KB |
| jsch-0.1.55-sources.jar | 211 KB |
| jsch-0.1.55-javadoc.jar | 407 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.jcraft/jsch/ -->
<dependency>
<groupId>com.jcraft</groupId>
<artifactId>jsch</artifactId>
<version>0.1.55</version>
</dependency>
// https://jarcasting.com/artifacts/com.jcraft/jsch/
implementation 'com.jcraft:jsch:0.1.55'
// https://jarcasting.com/artifacts/com.jcraft/jsch/
implementation ("com.jcraft:jsch:0.1.55")
'com.jcraft:jsch:jar:0.1.55'
<dependency org="com.jcraft" name="jsch" rev="0.1.55">
<artifact name="jsch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jcraft', module='jsch', version='0.1.55')
)
libraryDependencies += "com.jcraft" % "jsch" % "0.1.55"
[com.jcraft/jsch "0.1.55"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.jcraft : jzlib Optional | jar | 1.0.7 |