Maven Repository - POM file for Network ganymed-ssh2 build210-hudson-1 build210-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 ganymed-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>ganymed-ssh2</artifactId>
   <version>build210-hudson-1</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.

License

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





Packages

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




POM File Source

Here is the content of the POM file.

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.jvnet.hudson</groupId>
  <artifactId>ganymed-ssh2</artifactId>
  <version>build210-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.1</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>