Download trilead-ssh2-1.0.0-build217.jar file - Jar t

Jar examples for t:trilead-ssh2

Description

A pure Java implementation of the SSH-2 protocol, a successor to Ganymed

You can download jar file trilead-ssh2 1.0.0-build217 in this page.

License

Trilead Library License (BSD-Like)

Build File

You can use the following script to add trilead-ssh2-1.0.0-build217.jar to your project.

<dependency>
   <groupId>com.trilead</groupId>
   <artifactId>trilead-ssh2</artifactId>
   <version>1.0.0-build217</version>
</dependency>
compile group: 'com.trilead', name: 'trilead-ssh2', version: '1.0.0-build217'
libraryDependencies += "com.trilead" % "trilead-ssh2" % "1.0.0-build217"
<dependency org="com.trilead" name="trilead-ssh2" rev="1.0.0-build217"/>
@Grapes(@Grab(group='com.trilead', module='trilead-ssh2', version='1.0.0-build217'))
'com.trilead:trilead-ssh2:jar:1.0.0-build217'

Download

Click the following link to download the jar file.

trilead-ssh2-1.0.0-build217-javadoc.jar
trilead-ssh2-1.0.0-build217-sources.jar
trilead-ssh2-1.0.0-build217.jar
trilead-ssh2-1.0.0-build217.pom



Related Tutorials