License |
License |
---|---|
Categories |
CategoriesScala Languages |
GroupId | GroupIdcom.github.seratch.com.veact |
ArtifactId | ArtifactIdscala-ssh_2.11 |
Version | Version0.8.0-1 |
Type | Typejar |
Description |
Descriptionscala-ssh
A Scala library providing remote shell access via SSH
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
scala-ssh_2.11-0.8.0-1.pom | |
scala-ssh_2.11-0.8.0-1.jar | 174 KB |
scala-ssh_2.11-0.8.0-1-sources.jar | 11 KB |
scala-ssh_2.11-0.8.0-1-javadoc.jar | 442 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.seratch.com.veact/scala-ssh_2.11/ -->
<dependency>
<groupId>com.github.seratch.com.veact</groupId>
<artifactId>scala-ssh_2.11</artifactId>
<version>0.8.0-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.seratch.com.veact/scala-ssh_2.11/
implementation 'com.github.seratch.com.veact:scala-ssh_2.11:0.8.0-1'
// https://jarcasting.com/artifacts/com.github.seratch.com.veact/scala-ssh_2.11/
implementation ("com.github.seratch.com.veact:scala-ssh_2.11:0.8.0-1")
'com.github.seratch.com.veact:scala-ssh_2.11:jar:0.8.0-1'
<dependency org="com.github.seratch.com.veact" name="scala-ssh_2.11" rev="0.8.0-1">
<artifact name="scala-ssh_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.seratch.com.veact', module='scala-ssh_2.11', version='0.8.0-1')
)
libraryDependencies += "com.github.seratch.com.veact" % "scala-ssh_2.11" % "0.8.0-1"
[com.github.seratch.com.veact/scala-ssh_2.11 "0.8.0-1"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.11.8 |
com.hierynomus : sshj | jar | 0.16.0 |
org.slf4j : slf4j-api | jar | 1.7.21 |
com.jcraft : jsch.agentproxy.sshj | jar | 0.0.9 |
com.jcraft : jsch.agentproxy.connector-factory | jar | 0.0.9 |
Group / Artifact | Type | Version |
---|---|---|
org.bouncycastle : bcprov-jdk15on | jar | 1.54 |
com.jcraft : jzlib | jar | 1.1.3 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.1.7 |
org.specs2 : specs2-core_2.11 | jar | 3.8.6 |