Maven Repository - POM file for Library trilead-ssh2 1.0.0-build217 1.0.0-build217

Summary

Trilead SSH2 Library.

Java SSH2 Library.

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>com.trilead</groupId>
   <artifactId>trilead-ssh2</artifactId>
   <version>1.0.0-build217</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:Trilead Library License
URL: http://www.svnkit.com/TRILEAD-LICENSE.txt.

Packages

The following packages are defined in the trilead-ssh2-1.0.0-build217.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.

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.trilead</groupId>
  <artifactId>trilead-ssh2</artifactId>
  <version>1.0.0-build217</version>
  <name>Trilead SSH2 Library</name>
  <description>Java SSH2 Library</description>
  <url>http://svn.svnkit.com/repos/3rdparty/com.trilead.ssh2</url>
  <licenses>
    <license>
      <name>Trilead Library License</name>
      <url>http://www.svnkit.com/TRILEAD-LICENSE.txt</url>
    </license>
  </licenses>
  
  <scm>
    <connection>scm:svn:http://svn.svnkit.com/repos/3rdparty/com.trilead.ssh2</connection>
    <url>http://svn.svnkit.com/repos/3rdparty/com.trilead.ssh2</url>
  </scm>
</project>