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 trilead-ssh2. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.jvnet.hudson</groupId> <artifactId>trilead-ssh2</artifactId> <version>build212-hudson-5</version> </dependency>
If you think this Maven repository POM file listing for trilead-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 trilead-ssh2-build212-hudson-5. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Web Framework | hudson-core 1.379 Contains the core Hudson code and view files to render HTML. | 5 |
Web Framework | hudson-core 2.1.0 Contains the core Hudson code and view files to render HTML. | 6 |
The following packages are defined in the trilead-ssh2-build212-hudson-5.jar
com.trilead.ssh2 com.trilead.ssh2.auth com.trilead.ssh2.channel com.trilead.ssh2.crypto com.trilead.ssh2.crypto.cipher com.trilead.ssh2.crypto.dh com.trilead.ssh2.crypto.digest com.trilead.ssh2.log com.trilead.ssh2.packets com.trilead.ssh2.sftp com.trilead.ssh2.signature com.trilead.ssh2.transport com.trilead.ssh2.util
Here is the content of the POM file.
<project> <modelVersion>4.0.0</modelVersion> <groupId>org.jvnet.hudson</groupId> <artifactId>trilead-ssh2</artifactId> <version>build212-hudson-5</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> <repository> <uniqueVersion>false</uniqueVersion> <id>local-repository</id> <url>svn:https://svn.dev.java.net/svn/maven2-repository/trunk/repository/</url> </repository> </distributionManagement> <build> <sourceDirectory>src</sourceDirectory> <extensions> <extension> <groupId>org.jvnet.wagon-svn</groupId> <artifactId>wagon-svn</artifactId> <version>1.8</version> </extension> </extensions> </build> <repositories> <repository> <id>maven2-repository.dev.java.net</id> <name>Java.net Repository for Maven</name> <url>http://download.java.net/maven/2/</url> </repository> </repositories> </project>