MVN

com.lihaoyi : ammonite-sshd_2.13.14

Maven & Gradle

May 02, 2024
2.5k stars

ammonite-sshd_2.13.14 · ammonite-sshd

<dependency>
    <groupId>com.lihaoyi</groupId>
    <artifactId>ammonite-sshd_2.13.14</artifactId>
    <version>3.0.0-M1-17-2ee6a197</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.lihaoyi : ammonite-sshd_2.13.14 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0-M1-17-2ee6a197

All Versions

Choose a version of com.lihaoyi : ammonite-sshd_2.13.14 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
ammonite-sshd_2.13.14-3.0.0-M1-17-2ee6a197

How to add a dependency to Maven

Add the following com.lihaoyi : ammonite-sshd_2.13.14 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.lihaoyi</groupId>
    <artifactId>ammonite-sshd_2.13.14</artifactId>
    <version>3.0.0-M1-17-2ee6a197</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.lihaoyi : ammonite-sshd_2.13.14 gradle dependency to your build.gradle file:

implementation 'com.lihaoyi:ammonite-sshd_2.13.14:3.0.0-M1-17-2ee6a197'

Gradle Kotlin DSL: Add the following com.lihaoyi : ammonite-sshd_2.13.14 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.lihaoyi:ammonite-sshd_2.13.14:3.0.0-M1-17-2ee6a197")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.lihaoyi : ammonite-sshd_2.13.14 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.lihaoyi" % "ammonite-sshd_2.13.14" % "3.0.0-M1-17-2ee6a197"

Advertisement