License |
License |
---|---|
Categories |
CategoriesScala Languages |
GroupId | GroupIdcom.github.seratch.com.veact |
ArtifactId | ArtifactIdscala-ssh_2.12 |
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.12-0.8.0-1.pom | |
scala-ssh_2.12-0.8.0-1.jar | 105 KB |
scala-ssh_2.12-0.8.0-1-sources.jar | 11 KB |
scala-ssh_2.12-0.8.0-1-javadoc.jar | 746 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.seratch.com.veact/scala-ssh_2.12/ -->
<dependency>
<groupId>com.github.seratch.com.veact</groupId>
<artifactId>scala-ssh_2.12</artifactId>
<version>0.8.0-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.seratch.com.veact/scala-ssh_2.12/
implementation 'com.github.seratch.com.veact:scala-ssh_2.12:0.8.0-1'
// https://jarcasting.com/artifacts/com.github.seratch.com.veact/scala-ssh_2.12/
implementation ("com.github.seratch.com.veact:scala-ssh_2.12:0.8.0-1")
'com.github.seratch.com.veact:scala-ssh_2.12:jar:0.8.0-1'
<dependency org="com.github.seratch.com.veact" name="scala-ssh_2.12" rev="0.8.0-1">
<artifact name="scala-ssh_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.seratch.com.veact', module='scala-ssh_2.12', version='0.8.0-1')
)
libraryDependencies += "com.github.seratch.com.veact" % "scala-ssh_2.12" % "0.8.0-1"
[com.github.seratch.com.veact/scala-ssh_2.12 "0.8.0-1"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.12.0 |
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.12 | jar | 3.8.6 |