s

sshapi-jsch

JSch is a pure Java implementation of SSH2. JSch allows you to connect to an sshd server and use port forwarding, X11 forwarding, file transfer, etc., and you can integrate its functionality into your own Java programs. JSch is licensed under BSD style license. Downloads and more information about JSch may be found at http://www.jcraft.com/jsch/. This library is the provider bridge for SSHAPI.
${scmWebRoot}/${project.artifactId}/
文件下载
文件名 操作
sshapi-jsch-1.1.2.jar 下载
sshapi-jsch-1.1.2.pom 下载
sshapi-jsch-1.1.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.sshtools</groupId>
  <artifactId>sshapi-jsch</artifactId>
  <version>1.1.2</version>
</dependency>
Gradle Groovy
implementation 'com.sshtools:sshapi-jsch:1.1.2'
Gradle Kotlin
implementation("com.sshtools:sshapi-jsch:1.1.2")
Scala SBT
libraryDependencies += "com.sshtools" % "sshapi-jsch" % "1.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.sshtools', module='sshapi-jsch', version='1.1.2')
)
Apache Ivy
<dependency org="com.sshtools" name="sshapi-jsch" rev="1.1.2" />
Leiningen
[com.sshtools/sshapi-jsch "1.1.2"]
Apache Buildr
'com.sshtools:sshapi-jsch:jar:1.1.2'