License |
License |
---|---|
GroupId | GroupIdcom.nordstrom.tools |
ArtifactId | ArtifactIdremote-session |
Version | Version1.2.2 |
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-1.2.2.pom | |
remote-session-1.2.2.jar | 23 KB |
remote-session-1.2.2-sources.jar | 14 KB |
remote-session-1.2.2-javadoc.jar | 466 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nordstrom.tools/remote-session/ -->
<dependency>
<groupId>com.nordstrom.tools</groupId>
<artifactId>remote-session</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.nordstrom.tools/remote-session/
implementation 'com.nordstrom.tools:remote-session:1.2.2'
// https://jarcasting.com/artifacts/com.nordstrom.tools/remote-session/
implementation ("com.nordstrom.tools:remote-session:1.2.2")
'com.nordstrom.tools:remote-session:jar:1.2.2'
<dependency org="com.nordstrom.tools" name="remote-session" rev="1.2.2">
<artifact name="remote-session" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nordstrom.tools', module='remote-session', version='1.2.2')
)
libraryDependencies += "com.nordstrom.tools" % "remote-session" % "1.2.2"
[com.nordstrom.tools/remote-session "1.2.2"]
Group / Artifact | Type | Version |
---|---|---|
com.jcraft : jsch | jar | 0.1.55 |
commons-io : commons-io | jar | 2.6 |
com.google.guava : guava | jar | 30.1-jre |
com.nordstrom.tools : java-utils | jar | 2.0.0 |
com.nordstrom.tools : settings | jar | 2.3.5 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.11 |