is not current version
Last Version 262

ch.ethz.ganymed:ganymed-ssh2 build210

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

build210
Type

Type

jar

Download ganymed-ssh2 build210


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