Ganymed SSH2 for Java.
Ganymed SSH2 for Java is a library which implements the SSH-2 protocol in pure Java.
Here is the list of declaration for ganymed-ssh2. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>ch.ethz.ganymed</groupId> <artifactId>ganymed-ssh2</artifactId> <version>build210</version> </dependency>
If you think this Maven repository POM file listing for ganymed-ssh2 is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:BSD style license
URL: http://www.ganymed.ethz.ch/ssh2/LICENSE.txt.
The following table lists the most popular artifacts which are depending on ganymed-ssh2-build210. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Source Control | svnkit 1.1.4-hudson-6 The only pure Java Subversion library in the world, formerly known as JavaSVN | 19 |
The following packages are defined in the ganymed-ssh2-build210.jar
ch.ethz.ssh2 ch.ethz.ssh2.auth ch.ethz.ssh2.channel ch.ethz.ssh2.crypto ch.ethz.ssh2.crypto.cipher ch.ethz.ssh2.crypto.dh ch.ethz.ssh2.crypto.digest ch.ethz.ssh2.log ch.ethz.ssh2.packets ch.ethz.ssh2.sftp ch.ethz.ssh2.signature ch.ethz.ssh2.transport ch.ethz.ssh2.util
Here is the content of the POM file.
<project> <modelVersion>4.0.0</modelVersion> <groupId>ch.ethz.ganymed</groupId> <artifactId>ganymed-ssh2</artifactId> <version>build210</version> <name>Ganymed SSH2 for Java</name> <description>Ganymed SSH2 for Java is a library which implements the SSH-2 protocol in pure Java</description> <url>http://www.ganymed.ethz.ch/ssh2/</url> <licenses> <license> <name>BSD style license</name> <url>http://www.ganymed.ethz.ch/ssh2/LICENSE.txt</url> </license> </licenses> <distributionManagement> <downloadUrl>http://www.ganymed.ethz.ch/ssh2/</downloadUrl> </distributionManagement> <build> <sourceDirectory>src</sourceDirectory> </build> </project>