MVN

com.lihaoyi : ammonite-compiler-interface_2.13

Maven & Gradle

Mar 18, 2021
24 usages
2.5k stars

ammonite-compiler-interface_2.13 · ammonite-compiler-interface

<dependency>
    <groupId>com.lihaoyi</groupId>
    <artifactId>ammonite-compiler-interface_2.13</artifactId>
    <version>2.3.8-51-15226f5b</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.lihaoyi : ammonite-compiler-interface_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.8-51-15226f5b

All Versions

Choose a version of com.lihaoyi : ammonite-compiler-interface_2.13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
ammonite-compiler-interface_2.13-2.3.8-51-15226f5b
ammonite-compiler-interface_2.13-2.3.8-50-82ec1c0d
ammonite-compiler-interface_2.13-2.3.8-49-e4ea72f0
ammonite-compiler-interface_2.13-2.3.8-48-0bbddb00
ammonite-compiler-interface_2.13-2.3.8-47-7e8c5dd3
ammonite-compiler-interface_2.13-2.3.8-46-37b110d0
ammonite-compiler-interface_2.13-2.3.8-45-eddbb1d0
ammonite-compiler-interface_2.13-2.3.8-36-1cce53f3
ammonite-compiler-interface_2.13-2.3.8-32-64308dc3

How to add a dependency to Maven

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

<dependency>
    <groupId>com.lihaoyi</groupId>
    <artifactId>ammonite-compiler-interface_2.13</artifactId>
    <version>2.3.8-51-15226f5b</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.lihaoyi : ammonite-compiler-interface_2.13 gradle dependency to your build.gradle file:

implementation 'com.lihaoyi:ammonite-compiler-interface_2.13:2.3.8-51-15226f5b'

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

implementation("com.lihaoyi:ammonite-compiler-interface_2.13:2.3.8-51-15226f5b")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.lihaoyi : ammonite-compiler-interface_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.lihaoyi" % "ammonite-compiler-interface_2.13" % "2.3.8-51-15226f5b"

Advertisement