j

jsch

JSch is a pure Java implementation of SSH2
https://github.com/mwiede/jsch
Revised BSD BSD ISC
Atsuhiko Yamanaka Matthias Wiedemann Jeremy Norris
Files download
File Operation
jsch-0.2.1.jar download
jsch-0.2.1.pom download
jsch-0.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.mwiede</groupId>
  <artifactId>jsch</artifactId>
  <version>0.2.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.mwiede:jsch:0.2.1'
Gradle Kotlin
implementation("com.github.mwiede:jsch:0.2.1")
Scala SBT
libraryDependencies += "com.github.mwiede" % "jsch" % "0.2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.mwiede', module='jsch', version='0.2.1')
)
Apache Ivy
<dependency org="com.github.mwiede" name="jsch" rev="0.2.1" />
Leiningen
[com.github.mwiede/jsch "0.2.1"]
Apache Buildr
'com.github.mwiede:jsch:jar:0.2.1'
Dependencies
The project has no third-party dependencies