is not current version
Last Version 262

ch.ethz.ganymed:ganymed-ssh2 build209

Ganymed SSH2 for Java is a library which implements the SSH-2 protocol in pure Java

Categories

Categories

H2 Data Databases
GroupId

GroupId

ch.ethz.ganymed
ArtifactId

ArtifactId

ganymed-ssh2
Version

Version

build209
Type

Type

jar

Download ganymed-ssh2 build209


<!-- https://jarcasting.com/artifacts/ch.ethz.ganymed/ganymed-ssh2/ -->
<dependency>
    <groupId>ch.ethz.ganymed</groupId>
    <artifactId>ganymed-ssh2</artifactId>
    <version>build209</version>
</dependency>
// https://jarcasting.com/artifacts/ch.ethz.ganymed/ganymed-ssh2/
implementation 'ch.ethz.ganymed:ganymed-ssh2:build209'
// https://jarcasting.com/artifacts/ch.ethz.ganymed/ganymed-ssh2/
implementation ("ch.ethz.ganymed:ganymed-ssh2:build209")
'ch.ethz.ganymed:ganymed-ssh2:jar:build209'
<dependency org="ch.ethz.ganymed" name="ganymed-ssh2" rev="build209">
  <artifact name="ganymed-ssh2" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.ethz.ganymed', module='ganymed-ssh2', version='build209')
)
libraryDependencies += "ch.ethz.ganymed" % "ganymed-ssh2" % "build209"
[ch.ethz.ganymed/ganymed-ssh2 "build209"]