g

ganymed-ssh2

Ganymed SSH2 for Java is a library which implements the SSH-2 protocol in pure Java
http://www.ganymed.ethz.ch/ssh2/
BSD style license
文件下载
文件名 操作
ganymed-ssh2-build210.jar 下载
ganymed-ssh2-build210.pom 下载
ganymed-ssh2-build210-sources.jar 下载
Apache Maven
<dependency>
  <groupId>ch.ethz.ganymed</groupId>
  <artifactId>ganymed-ssh2</artifactId>
  <version>build210</version>
</dependency>
Gradle Groovy
implementation 'ch.ethz.ganymed:ganymed-ssh2:build210'
Gradle Kotlin
implementation("ch.ethz.ganymed:ganymed-ssh2:build210")
Scala SBT
libraryDependencies += "ch.ethz.ganymed" % "ganymed-ssh2" % "build210"
Groovy Grape
@Grapes(
  @Grab(group='ch.ethz.ganymed', module='ganymed-ssh2', version='build210')
)
Apache Ivy
<dependency org="ch.ethz.ganymed" name="ganymed-ssh2" rev="build210" />
Leiningen
[ch.ethz.ganymed/ganymed-ssh2 "build210"]
Apache Buildr
'ch.ethz.ganymed:ganymed-ssh2:jar:build210'
本项目依赖
该项目无第三方依赖