| Title: |
ammonite-sshd |
| Group ID: |
com.lihaoyi |
| Artifact ID: |
ammonite-sshd_2.11.11 |
| Version: |
0.9.1 |
| Last modified: |
22.05.2017 15:51 |
| Packaging: |
jar |
| Name: |
ammonite-sshd |
| Description: |
ammonite-sshd |
| URL: |
https://github.com/lihaoyi/Ammonite |
| Vendor: |
com.lihaoyi |
|
|
| Size: |
40.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/com/lihaoyi/ammonite-sshd_2.11.11/0.9.1/ammonite-sshd_2.11.11-0.9.1.jar |
| POM: |
Show
hide
<?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.lihaoyi</groupId>
<artifactId>ammonite-sshd_2.11.11</artifactId>
<packaging>jar</packaging>
<description>ammonite-sshd</description>
<version>0.9.1</version>
<name>ammonite-sshd</name>
<organization>
<name>com.lihaoyi</name>
</organization>
<url>https://github.com/lihaoyi/Ammonite</url>
<licenses>
<license>
<name>MIT license</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
</license>
</licenses>
<scm>
<url>git://github.com/lihaoyi/Ammonite.git</url>
<connection>scm:git://github.com/lihaoyi/Ammonite.git</connection>
</scm>
<developers>
<developer>
<id>lihaoyi</id>
<name>Li Haoyi</name>
<url>https://github.com/lihaoyi</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.11.11</version>
</dependency>
<dependency>
<groupId>com.lihaoyi</groupId>
<artifactId>ammonite_2.11.11</artifactId>
<version>0.9.1</version>
</dependency>
<dependency>
<groupId>com.lihaoyi</groupId>
<artifactId>utest_2.11</artifactId>
<version>0.4.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.lihaoyi</groupId>
<artifactId>acyclic_2.11</artifactId>
<version>0.1.7</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd-core</artifactId>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.56</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-nop</artifactId>
<version>1.7.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.jcraft</groupId>
<artifactId>jsch</artifactId>
<version>0.1.54</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalacheck</groupId>
<artifactId>scalacheck_2.11</artifactId>
<version>1.12.6</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>com.lihaoyi</groupId>
<artifactId>ammonite-sshd_2.11.11</artifactId>
<version>0.9.1</version>
</dependency>
|
| Gradle: |
com.lihaoyi:ammonite-sshd_2.11.11:0.9.1 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|