is not current version
Last Version 2.2.20

org.connectbot:sshlib 2.2.3

SSH library used in the ConnectBot app

GroupId

GroupId

org.connectbot
ArtifactId

ArtifactId

sshlib
Version

Version

2.2.3
Type

Type

jar

Download sshlib 2.2.3


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