License |
License |
---|---|
GroupId | GroupIdcom.rationaleemotions |
ArtifactId | ArtifactIdsimple-ssh |
Version | Version1.0.2 |
Type | Typejar |
Description |
Descriptionsimple-ssh
A simple way of interacting with a remote host for executing commands, scp (upload and download)
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
simple-ssh-1.0.2.pom | |
simple-ssh-1.0.2.jar | 35 KB |
simple-ssh-1.0.2-sources.jar | 19 KB |
simple-ssh-1.0.2-javadoc.jar | 116 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.10 |
org.apache.sshd : sshd-core | jar | 1.3.0 |