trilead-ssh2
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.connectbot</groupId>
<artifactId>trilead-ssh2</artifactId>
<version>2.2.47</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>org.connectbot</groupId>
<artifactId>trilead-ssh2</artifactId>
<version>2.2.47</version>
<name>trilead-ssh2</name>
<description>The SSH library formerly used by the ConnectBot app (DEPRECATED)</description>
<url>https://github.com/connectbot/trilead-ssh2</url>
<licenses>
<license>
<name>BSD 3-Clause License</name>
<url>https://opensource.org/licenses/BSD-3-Clause</url>
</license>
</licenses>
<developers>
<developer>
<name>Kenny Root</name>
<email>kenny@the-b.org</email>
</developer>
</developers>
<scm>
<connection>https://github.com/connectbot/trilead-ssh2.git</connection>
<developerConnection>https://github.com/connectbot/trilead-ssh2.git</developerConnection>
<url>https://github.com/connectbot/trilead-ssh2</url>
</scm>
<dependencies>
<dependency>
<groupId>org.connectbot</groupId>
<artifactId>simplesocks</artifactId>
<version>1.0.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.crypto.tink</groupId>
<artifactId>tink</artifactId>
<version>1.21.0</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.connectbot</groupId>
<artifactId>jbcrypt</artifactId>
<version>1.0.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>asia.hombre</groupId>
<artifactId>kyber</artifactId>
<version>2.0.1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>