is not current version
Last Version 1.6.1

com.jcabi:jcabi-ssh 1.2.1

Simple SSH Client

GroupId

GroupId

com.jcabi
ArtifactId

ArtifactId

jcabi-ssh
Version

Version

1.2.1
Type

Type

jar

Download jcabi-ssh 1.2.1


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