MVN

com.sandinh : ammonite-repl_2.12.6

Maven & Gradle

Apr 29, 2018
1 usages
2.5k stars

ammonite-repl · ammonite-repl

<dependency>
    <groupId>com.sandinh</groupId>
    <artifactId>ammonite-repl_2.12.6</artifactId>
    <version>1.1.0-18-b04b80d</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sandinh : ammonite-repl_2.12.6 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0-18-b04b80d

All Versions

Choose a version of com.sandinh : ammonite-repl_2.12.6 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
ammonite-repl_2.12.6-1.1.0-18-b04b80d

How to add a dependency to Maven

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

<dependency>
    <groupId>com.sandinh</groupId>
    <artifactId>ammonite-repl_2.12.6</artifactId>
    <version>1.1.0-18-b04b80d</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sandinh : ammonite-repl_2.12.6 gradle dependency to your build.gradle file:

implementation 'com.sandinh:ammonite-repl_2.12.6:1.1.0-18-b04b80d'

Gradle Kotlin DSL: Add the following com.sandinh : ammonite-repl_2.12.6 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sandinh:ammonite-repl_2.12.6:1.1.0-18-b04b80d")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sandinh : ammonite-repl_2.12.6 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sandinh" % "ammonite-repl_2.12.6" % "1.1.0-18-b04b80d"

Advertisement