License |
License |
---|---|
Categories |
CategoriesHudson Build Tools Continuous Integration and Continuous Delivery Net |
GroupId | GroupIdorg.jvnet.hudson |
ArtifactId | ArtifactIdganymed-ssh-2 |
Last Version | Last Versionbuild260 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionganymed-ssh-2
Ganymed SSH2 for Java is a library which implements the SSH-2 protocol in pure Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ganymed-ssh-2-build260.pom | |
ganymed-ssh-2-build260.jar | 245 KB |
ganymed-ssh-2-build260-sources.jar | 195 KB |
ganymed-ssh-2-build260-javadoc.jar | 733 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jvnet.hudson/ganymed-ssh-2/ -->
<dependency>
<groupId>org.jvnet.hudson</groupId>
<artifactId>ganymed-ssh-2</artifactId>
<version>build260</version>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.hudson/ganymed-ssh-2/
implementation 'org.jvnet.hudson:ganymed-ssh-2:build260'
// https://jarcasting.com/artifacts/org.jvnet.hudson/ganymed-ssh-2/
implementation ("org.jvnet.hudson:ganymed-ssh-2:build260")
'org.jvnet.hudson:ganymed-ssh-2:jar:build260'
<dependency org="org.jvnet.hudson" name="ganymed-ssh-2" rev="build260">
<artifact name="ganymed-ssh-2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.hudson', module='ganymed-ssh-2', version='build260')
)
libraryDependencies += "org.jvnet.hudson" % "ganymed-ssh-2" % "build260"
[org.jvnet.hudson/ganymed-ssh-2 "build260"]