License |
License |
---|---|
GroupId | GroupIdcom.googlecode.openbox |
ArtifactId | ArtifactIdssh |
Last Version | Last Version2.1.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSSH2
This is remote linux SSH module
|
Project URL |
Project URL |
Filename | Size |
---|---|
ssh-2.1.6.pom | |
ssh-2.1.6.jar | 49 KB |
ssh-2.1.6-sources.jar | 21 KB |
ssh-2.1.6-javadoc.jar | 171 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.openbox/ssh/ -->
<dependency>
<groupId>com.googlecode.openbox</groupId>
<artifactId>ssh</artifactId>
<version>2.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.openbox/ssh/
implementation 'com.googlecode.openbox:ssh:2.1.6'
// https://jarcasting.com/artifacts/com.googlecode.openbox/ssh/
implementation ("com.googlecode.openbox:ssh:2.1.6")
'com.googlecode.openbox:ssh:jar:2.1.6'
<dependency org="com.googlecode.openbox" name="ssh" rev="2.1.6">
<artifact name="ssh" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.openbox', module='ssh', version='2.1.6')
)
libraryDependencies += "com.googlecode.openbox" % "ssh" % "2.1.6"
[com.googlecode.openbox/ssh "2.1.6"]
Group / Artifact | Type | Version |
---|---|---|
com.googlecode.openbox : common | jar | 2.1.6 |
com.trilead : trilead-ssh2 | jar | 1.0.0-build217 |
com.jcraft : jsch | jar | 0.1.50 |
commons-lang : commons-lang | jar | 2.6 |
org.apache.logging.log4j : log4j-api | jar | 2.0-beta9 |
org.apache.logging.log4j : log4j-core | jar | 2.0-beta9 |