License |
License |
---|---|
GroupId | GroupIdcom.github.nordstrom.tools |
ArtifactId | ArtifactIdremote-session |
Version | Version0.9.1 |
Type | Typejar |
Description |
DescriptionRemote Session
Remote Session is a small collection of utility classes for interacting with remote systems via Secure Shell (SSH) protocol.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
remote-session-0.9.1.pom | |
remote-session-0.9.1.jar | 24 KB |
remote-session-0.9.1-sources.jar | 14 KB |
remote-session-0.9.1-javadoc.jar | 92 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nordstrom.tools/remote-session/ -->
<dependency>
<groupId>com.github.nordstrom.tools</groupId>
<artifactId>remote-session</artifactId>
<version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nordstrom.tools/remote-session/
implementation 'com.github.nordstrom.tools:remote-session:0.9.1'
// https://jarcasting.com/artifacts/com.github.nordstrom.tools/remote-session/
implementation ("com.github.nordstrom.tools:remote-session:0.9.1")
'com.github.nordstrom.tools:remote-session:jar:0.9.1'
<dependency org="com.github.nordstrom.tools" name="remote-session" rev="0.9.1">
<artifact name="remote-session" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nordstrom.tools', module='remote-session', version='0.9.1')
)
libraryDependencies += "com.github.nordstrom.tools" % "remote-session" % "0.9.1"
[com.github.nordstrom.tools/remote-session "0.9.1"]
Group / Artifact | Type | Version |
---|---|---|
com.jcraft : jsch | jar | 0.1.54 |
commons-io : commons-io | jar | 2.5 |
com.google.guava : guava | jar | 21.0 |
com.github.nordstrom.tools : java-utils | jar | 1.3.1 |
com.github.nordstrom.tools : settings | jar | 2.0.6 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.11 |