Maven Repository - POM file for Network trilead-ssh2 build212-hudson-1 build212-hudson-1

Summary

Ganymed SSH2 for Java.

Ganymed SSH2 for Java is a library which implements the SSH-2 protocol in pure Java.

Declaration

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-1</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.

License

Name:BSD style license
URL: http://www.ganymed.ethz.ch/ssh2/LICENSE.txt.





Depended by

The following table lists the most popular artifacts which are depending on trilead-ssh2-build212-hudson-1. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Source Controlsvnkit 1.1.6-hudson-3
The only pure Java Subversion library in the world, formerly known as JavaSVN
9

Packages

The following packages are defined in the trilead-ssh2-build212-hudson-1.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




POM File Source

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-1</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/www/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>