License |
License |
---|---|
Categories |
CategoriesCRaSH General Purpose Libraries Utility |
GroupId | GroupIdorg.crashub |
ArtifactId | ArtifactIdcrash.connectors.ssh |
Last Version | Last Version1.3.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCRaSH Connectors - SSH
The CRaSH SSH connector
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.crashub/crash.connectors.ssh/ -->
<dependency>
<groupId>org.crashub</groupId>
<artifactId>crash.connectors.ssh</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.crashub/crash.connectors.ssh/
implementation 'org.crashub:crash.connectors.ssh:1.3.2'
// https://jarcasting.com/artifacts/org.crashub/crash.connectors.ssh/
implementation ("org.crashub:crash.connectors.ssh:1.3.2")
'org.crashub:crash.connectors.ssh:jar:1.3.2'
<dependency org="org.crashub" name="crash.connectors.ssh" rev="1.3.2">
<artifact name="crash.connectors.ssh" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.crashub', module='crash.connectors.ssh', version='1.3.2')
)
libraryDependencies += "org.crashub" % "crash.connectors.ssh" % "1.3.2"
[org.crashub/crash.connectors.ssh "1.3.2"]
Group / Artifact | Type | Version |
---|---|---|
org.crashub : crash.shell | jar | 1.3.2 |
org.apache.sshd : sshd-core | jar | 0.11.0 |
org.apache.sshd : sshd-pam | jar | 0.11.0 |
org.bouncycastle : bcprov-jdk15on | jar | 1.51 |
org.bouncycastle : bcpkix-jdk15on | jar | 1.51 |
org.apache.mina : mina-core | jar | 2.0.7 |
org.slf4j : slf4j-api Optional | jar | 1.7.2 |
org.slf4j : slf4j-jdk14 Optional | jar | 1.7.2 |
Group / Artifact | Type | Version |
---|---|---|
org.crashub : crash.shell | test-jar | 1.3.2 |
junit : junit | jar | 4.8.2 |