Last Version

simple-ssh 1.0.2

A simple way of interacting with a remote host for executing commands, scp (upload and download)

License

License

GroupId

GroupId

com.rationaleemotions
ArtifactId

ArtifactId

simple-ssh
Version

Version

1.0.2
Type

Type

jar
Description

Description

simple-ssh
A simple way of interacting with a remote host for executing commands, scp (upload and download)
Project URL

Project URL

http://maven.apache.org
Source Code Management

Source Code Management

https://github.com/RationaleEmotions/SimpleSSH

Download simple-ssh 1.0.2


<!-- https://jarcasting.com/artifacts/com.rationaleemotions/simple-ssh/ -->
<dependency>
    <groupId>com.rationaleemotions</groupId>
    <artifactId>simple-ssh</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.rationaleemotions/simple-ssh/
implementation 'com.rationaleemotions:simple-ssh:1.0.2'
// https://jarcasting.com/artifacts/com.rationaleemotions/simple-ssh/
implementation ("com.rationaleemotions:simple-ssh:1.0.2")
'com.rationaleemotions:simple-ssh:jar:1.0.2'
<dependency org="com.rationaleemotions" name="simple-ssh" rev="1.0.2">
  <artifact name="simple-ssh" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rationaleemotions', module='simple-ssh', version='1.0.2')
)
libraryDependencies += "com.rationaleemotions" % "simple-ssh" % "1.0.2"
[com.rationaleemotions/simple-ssh "1.0.2"]

Dependencies

compile (5)

Group / Artifact Type Version
com.jcraft : jsch jar 0.1.54
org.slf4j : slf4j-jdk14 jar 1.7.5
org.apache.commons : commons-vfs2 jar 2.1
com.jcraft : jsch.agentproxy.connector-factory jar 0.0.9
com.jcraft : jsch.agentproxy.jsch jar 0.0.9

test (2)

Group / Artifact Type Version
org.testng : testng jar 6.10
org.apache.sshd : sshd-core jar 1.3.0

Project Modules

There are no modules declared in this project.