License |
License |
---|---|
GroupId | GroupIdcom.github.mwiede |
ArtifactId | ArtifactIdjsch |
Last Version | Last Version0.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJSch
JSch is a pure Java implementation of SSH2
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jsch-0.2.1.pom | |
jsch-0.2.1.jar | 318 KB |
jsch-0.2.1-sources.jar | 302 KB |
jsch-0.2.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mwiede/jsch/ -->
<dependency>
<groupId>com.github.mwiede</groupId>
<artifactId>jsch</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mwiede/jsch/
implementation 'com.github.mwiede:jsch:0.2.1'
// https://jarcasting.com/artifacts/com.github.mwiede/jsch/
implementation ("com.github.mwiede:jsch:0.2.1")
'com.github.mwiede:jsch:jar:0.2.1'
<dependency org="com.github.mwiede" name="jsch" rev="0.2.1">
<artifact name="jsch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mwiede', module='jsch', version='0.2.1')
)
libraryDependencies += "com.github.mwiede" % "jsch" % "0.2.1"
[com.github.mwiede/jsch "0.2.1"]