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
Files download
File Operation
ganymed-ssh2-build210.jar download
ganymed-ssh2-build210.pom download
ganymed-ssh2-build210-sources.jar download
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'
Dependencies
The project has no third-party dependencies