Files download
File Operation
jsch-0.2.16.jar download
jsch-0.2.16.pom download
jsch-0.2.16-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.mwiede</groupId>
  <artifactId>jsch</artifactId>
  <version>0.2.16</version>
</dependency>
Gradle Groovy
implementation 'com.github.mwiede:jsch:0.2.16'
Gradle Kotlin
implementation("com.github.mwiede:jsch:0.2.16")
Scala SBT
libraryDependencies += "com.github.mwiede" % "jsch" % "0.2.16"
Groovy Grape
@Grapes(
  @Grab(group='com.github.mwiede', module='jsch', version='0.2.16')
)
Apache Ivy
<dependency org="com.github.mwiede" name="jsch" rev="0.2.16" />
Leiningen
[com.github.mwiede/jsch "0.2.16"]
Apache Buildr
'com.github.mwiede:jsch:jar:0.2.16'
Dependencies
The project has no third-party dependencies