| License |
License |
|---|---|
| GroupId | GroupIdcom.nordstrom.tools |
| ArtifactId | ArtifactIdremote-session |
| Last Version | Last Version2.0.0 |
| Release Date | Release Date |
| 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-2.0.0.pom | |
| remote-session-2.0.0.jar | 24 KB |
| remote-session-2.0.0-sources.jar | 14 KB |
| remote-session-2.0.0-javadoc.jar | 92 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.nordstrom.tools/remote-session/ -->
<dependency>
<groupId>com.nordstrom.tools</groupId>
<artifactId>remote-session</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.nordstrom.tools/remote-session/
implementation 'com.nordstrom.tools:remote-session:2.0.0'
// https://jarcasting.com/artifacts/com.nordstrom.tools/remote-session/
implementation ("com.nordstrom.tools:remote-session:2.0.0")
'com.nordstrom.tools:remote-session:jar:2.0.0'
<dependency org="com.nordstrom.tools" name="remote-session" rev="2.0.0">
<artifact name="remote-session" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nordstrom.tools', module='remote-session', version='2.0.0')
)
libraryDependencies += "com.nordstrom.tools" % "remote-session" % "2.0.0"
[com.nordstrom.tools/remote-session "2.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.jcraft : jsch | jar | 0.1.55 |
| commons-io : commons-io | jar | 2.11.0 |
| com.google.guava : guava | jar | 31.1-jre |
| com.nordstrom.tools : java-utils | jar | 3.0.0 |
| com.nordstrom.tools : settings | jar | 3.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 7.5 |