MVN

com.lihaoyi : ammonite-replApi_2.12.2

Maven & Gradle

Jul 08, 2019
1 usages
2.5k stars

ammonite-replApi_2.12.2 · ammonite-replApi

<dependency>
    <groupId>com.lihaoyi</groupId>
    <artifactId>ammonite-replApi_2.12.2</artifactId>
    <version>1.6.9-3-480a38b</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.6.9-3-480a38b

All Versions

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

Version Vulnerabilities Updated
1.6.x
ammonite-replApi_2.12.2-1.6.9-3-480a38b
ammonite-replApi_2.12.2-1.6.9
ammonite-replApi_2.12.2-1.6.8-24-9a4ffa5

How to add a dependency to Maven

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

<dependency>
    <groupId>com.lihaoyi</groupId>
    <artifactId>ammonite-replApi_2.12.2</artifactId>
    <version>1.6.9-3-480a38b</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.lihaoyi:ammonite-replApi_2.12.2:1.6.9-3-480a38b'

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

implementation("com.lihaoyi:ammonite-replApi_2.12.2:1.6.9-3-480a38b")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.lihaoyi" % "ammonite-replApi_2.12.2" % "1.6.9-3-480a38b"

Advertisement