License |
License |
---|---|
GroupId | GroupIdru.dmerkushov |
ArtifactId | ArtifactIdssh-helper |
Last Version | Last Version1.6.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionssh-helper
Slightly helps to use SSH with Ganymed SSH library or JSch
|
Project URL |
Project URL |
Filename | Size |
---|---|
ssh-helper-1.6.0.pom | |
ssh-helper-1.6.0.jar | 48 KB |
ssh-helper-1.6.0-sources.jar | 23 KB |
ssh-helper-1.6.0-javadoc.jar | 84 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ru.dmerkushov/ssh-helper/ -->
<dependency>
<groupId>ru.dmerkushov</groupId>
<artifactId>ssh-helper</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/ru.dmerkushov/ssh-helper/
implementation 'ru.dmerkushov:ssh-helper:1.6.0'
// https://jarcasting.com/artifacts/ru.dmerkushov/ssh-helper/
implementation ("ru.dmerkushov:ssh-helper:1.6.0")
'ru.dmerkushov:ssh-helper:jar:1.6.0'
<dependency org="ru.dmerkushov" name="ssh-helper" rev="1.6.0">
<artifact name="ssh-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.dmerkushov', module='ssh-helper', version='1.6.0')
)
libraryDependencies += "ru.dmerkushov" % "ssh-helper" % "1.6.0"
[ru.dmerkushov/ssh-helper "1.6.0"]
Group / Artifact | Type | Version |
---|---|---|
ch.ethz.ganymed : ganymed-ssh2 | jar | build210 |
ru.dmerkushov : log-helper | jar | [1.6.1,) |
com.jcraft : jsch | jar | 0.1.50 |
ru.dmerkushov : os-helper | jar | 1.5.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |