| License |
License |
|---|---|
| GroupId | GroupIdcom.g2forge.gearbox |
| ArtifactId | ArtifactIdgb-ssh |
| Last Version | Last Version0.0.9 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGearbox SSH
Library for SSH client & server, including support for gearbox functional runners.
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| gb-ssh-0.0.9.pom | |
| gb-ssh-0.0.9.jar | 7 KB |
| gb-ssh-0.0.9-sources.jar | 2 KB |
| gb-ssh-0.0.9-javadoc.jar | 35 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.g2forge.gearbox/gb-ssh/ -->
<dependency>
<groupId>com.g2forge.gearbox</groupId>
<artifactId>gb-ssh</artifactId>
<version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.g2forge.gearbox/gb-ssh/
implementation 'com.g2forge.gearbox:gb-ssh:0.0.9'
// https://jarcasting.com/artifacts/com.g2forge.gearbox/gb-ssh/
implementation ("com.g2forge.gearbox:gb-ssh:0.0.9")
'com.g2forge.gearbox:gb-ssh:jar:0.0.9'
<dependency org="com.g2forge.gearbox" name="gb-ssh" rev="0.0.9">
<artifact name="gb-ssh" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.g2forge.gearbox', module='gb-ssh', version='0.0.9')
)
libraryDependencies += "com.g2forge.gearbox" % "gb-ssh" % "0.0.9"
[com.g2forge.gearbox/gb-ssh "0.0.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.g2forge.gearbox : gb-command | jar | 0.0.9 |
| org.apache.sshd : sshd-core | jar | 2.1.0 |
| com.g2forge.alexandria : ax-java | jar | 0.0.17 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.18 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.g2forge.gearbox : gb-command-test | jar | 0.0.9 |
| com.g2forge.alexandria : ax-wizard | jar | 0.0.17 |
| com.g2forge.alexandria : ax-test | jar | 0.0.17 |
| junit : junit | jar | 4.13.1 |