License |
License |
---|---|
Categories |
CategoriesH2 Data Databases Hudson Build Tools Continuous Integration and Continuous Delivery Net |
GroupId | GroupIdorg.jvnet.hudson |
ArtifactId | ArtifactIdtrilead-ssh2 |
Last Version | Last Versionbuild212-hudson-6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGanymed SSH2 for Java
Ganymed SSH2 for Java is a library which implements the SSH-2 protocol in pure Java
|
Project URL |
Project URL |
Filename | Size |
---|---|
trilead-ssh2-build212-hudson-6.pom | |
trilead-ssh2-build212-hudson-6.jar | 244 KB |
trilead-ssh2-build212-hudson-6-sources.jar | 191 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jvnet.hudson/trilead-ssh2/ -->
<dependency>
<groupId>org.jvnet.hudson</groupId>
<artifactId>trilead-ssh2</artifactId>
<version>build212-hudson-6</version>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.hudson/trilead-ssh2/
implementation 'org.jvnet.hudson:trilead-ssh2:build212-hudson-6'
// https://jarcasting.com/artifacts/org.jvnet.hudson/trilead-ssh2/
implementation ("org.jvnet.hudson:trilead-ssh2:build212-hudson-6")
'org.jvnet.hudson:trilead-ssh2:jar:build212-hudson-6'
<dependency org="org.jvnet.hudson" name="trilead-ssh2" rev="build212-hudson-6">
<artifact name="trilead-ssh2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.hudson', module='trilead-ssh2', version='build212-hudson-6')
)
libraryDependencies += "org.jvnet.hudson" % "trilead-ssh2" % "build212-hudson-6"
[org.jvnet.hudson/trilead-ssh2 "build212-hudson-6"]