Download scala-ssh_2.10-0.7.0.jar file - Jar s

Jar examples for s:scala-ssh-2.10

Description

A Scala library providing remote shell access via SSH

You can download jar file scala-ssh_2.10 0.7.0 in this page.

License

Apache 2

Build File

You can use the following script to add scala-ssh_2.10-0.7.0.jar to your project.

<dependency>
   <groupId>com.decodified</groupId>
   <artifactId>scala-ssh_2.10</artifactId>
   <version>0.7.0</version>
</dependency>
compile group: 'com.decodified', name: 'scala-ssh_2.10', version: '0.7.0'
libraryDependencies += "com.decodified" % "scala-ssh_2.10" % "0.7.0"
<dependency org="com.decodified" name="scala-ssh_2.10" rev="0.7.0"/>
@Grapes(@Grab(group='com.decodified', module='scala-ssh_2.10', version='0.7.0'))
'com.decodified:scala-ssh_2.10:jar:0.7.0'

Download

Click the following link to download the jar file.

scala-ssh_2.10-0.7.0-javadoc.jar
scala-ssh_2.10-0.7.0-sources.jar
scala-ssh_2.10-0.7.0.jar
scala-ssh_2.10-0.7.0.pom



Related Tutorials