<dependency> <groupId>ch.ethz.ganymed</groupId> <artifactId>ganymed-ssh2</artifactId> <version>262</version> </dependency>
implementation 'ch.ethz.ganymed:ganymed-ssh2:262'
implementation("ch.ethz.ganymed:ganymed-ssh2:262")
libraryDependencies += "ch.ethz.ganymed" % "ganymed-ssh2" % "262"
@Grapes( @Grab(group='ch.ethz.ganymed', module='ganymed-ssh2', version='262') )
<dependency org="ch.ethz.ganymed" name="ganymed-ssh2" rev="262" />
[ch.ethz.ganymed/ganymed-ssh2 "262"]
'ch.ethz.ganymed:ganymed-ssh2:jar:262'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- junit:junit:4.11