s

sshapi-ganymed

Ganymed SSH-2 for Java is a library which implements the SSH-2 protocol in pure Java (tested on J2SE 1.4.2 and 5.0). It allows one to connect to SSH servers from within Java programs. It supports SSH sessions (remote command execution and shell access), local and remote port forwarding, local stream forwarding, X11 forwarding, SCP and SFTP. There are no dependencies on any JCE provider, as all crypto functionality is included. Originally, Ganymed SSH-2 for Java was developed for the Ganymed replication project at ETH Zurich (Switzerland). Downloads and more information about JSch may be found at http://www.cleondris.ch/opensource/ssh2/. This library is the provider bridge for SSHAPI.
${scmWebRoot}/${project.artifactId}/
文件下载
文件名 操作
sshapi-ganymed-1.1.0.jar 下载
sshapi-ganymed-1.1.0.pom 下载
sshapi-ganymed-1.1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.sshtools</groupId>
  <artifactId>sshapi-ganymed</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.sshtools:sshapi-ganymed:1.1.0'
Gradle Kotlin
implementation("com.sshtools:sshapi-ganymed:1.1.0")
Scala SBT
libraryDependencies += "com.sshtools" % "sshapi-ganymed" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.sshtools', module='sshapi-ganymed', version='1.1.0')
)
Apache Ivy
<dependency org="com.sshtools" name="sshapi-ganymed" rev="1.1.0" />
Leiningen
[com.sshtools/sshapi-ganymed "1.1.0"]
Apache Buildr
'com.sshtools:sshapi-ganymed:jar:1.1.0'