| License |
License |
|---|---|
| GroupId | GroupIdorg.connectbot |
| ArtifactId | ArtifactIdsshlib |
| Last Version | Last Version2.2.20 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionsshlib
The SSH library used by the ConnectBot app
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| sshlib-2.2.20.pom | |
| sshlib-2.2.20.jar | 270 KB |
| sshlib-2.2.20-sources.jar | 200 KB |
| sshlib-2.2.20-javadoc.jar | 457 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.connectbot/sshlib/ -->
<dependency>
<groupId>org.connectbot</groupId>
<artifactId>sshlib</artifactId>
<version>2.2.20</version>
</dependency>
// https://jarcasting.com/artifacts/org.connectbot/sshlib/
implementation 'org.connectbot:sshlib:2.2.20'
// https://jarcasting.com/artifacts/org.connectbot/sshlib/
implementation ("org.connectbot:sshlib:2.2.20")
'org.connectbot:sshlib:jar:2.2.20'
<dependency org="org.connectbot" name="sshlib" rev="2.2.20">
<artifact name="sshlib" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.connectbot', module='sshlib', version='2.2.20')
)
libraryDependencies += "org.connectbot" % "sshlib" % "2.2.20"
[org.connectbot/sshlib "2.2.20"]