is not current version
Last Version 1.6.1

com.jcabi:jcabi-ssh 1.5

Simple SSH Client

GroupId

GroupId

com.jcabi
ArtifactId

ArtifactId

jcabi-ssh
Version

Version

1.5
Type

Type

jar

Download jcabi-ssh 1.5


<!-- https://jarcasting.com/artifacts/com.jcabi/jcabi-ssh/ -->
<dependency>
    <groupId>com.jcabi</groupId>
    <artifactId>jcabi-ssh</artifactId>
    <version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.jcabi/jcabi-ssh/
implementation 'com.jcabi:jcabi-ssh:1.5'
// https://jarcasting.com/artifacts/com.jcabi/jcabi-ssh/
implementation ("com.jcabi:jcabi-ssh:1.5")
'com.jcabi:jcabi-ssh:jar:1.5'
<dependency org="com.jcabi" name="jcabi-ssh" rev="1.5">
  <artifact name="jcabi-ssh" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jcabi', module='jcabi-ssh', version='1.5')
)
libraryDependencies += "com.jcabi" % "jcabi-ssh" % "1.5"
[com.jcabi/jcabi-ssh "1.5"]