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

Jar examples for j:jcabi-ssh

Description

Simple SSH Client

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

License

Open Source License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials