Download jcabi-ssh-1.5.jar file - Jar j

Jar examples for j:jcabi-ssh

Description

Simple SSH Client

You can download jar file jcabi-ssh 1.5 in this page.

License

Open Source License

Build File

You can use the following script to add jcabi-ssh-1.5.jar to your project.

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

Download

Click the following link to download the jar file.

jcabi-ssh-1.5-jar-with-dependencies.jar
jcabi-ssh-1.5-javadoc.jar
jcabi-ssh-1.5-sources.jar
jcabi-ssh-1.5.jar
jcabi-ssh-1.5.pom



Related Tutorials