MVN

com.lihaoyi : ammonite-compiler-interface_2.12.1

Maven & Gradle

Dec 12, 2021
4 usages
2.5k stars

ammonite-compiler-interface_2.12.1 · ammonite-compiler-interface

<dependency>
    <groupId>com.lihaoyi</groupId>
    <artifactId>ammonite-compiler-interface_2.12.1</artifactId>
    <version>2.4.1-8-a6696a8f</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.4.1-8-a6696a8f

All Versions

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

Version Vulnerabilities Updated
2.4.x
ammonite-compiler-interface_2.12.1-2.4.1-8-a6696a8f
ammonite-compiler-interface_2.12.1-2.4.1-7-5cdec757
ammonite-compiler-interface_2.12.1-2.4.1-6-5f9cddf3
ammonite-compiler-interface_2.12.1-2.4.1-5-3e8a87a4
ammonite-compiler-interface_2.12.1-2.4.1-4-6f18e134
ammonite-compiler-interface_2.12.1-2.4.1-3-7aaa308b
ammonite-compiler-interface_2.12.1-2.4.1-2-63e98591
ammonite-compiler-interface_2.12.1-2.4.1-1-230b38e9
ammonite-compiler-interface_2.12.1-2.4.1
ammonite-compiler-interface_2.12.1-2.4.0-30-5fe6da56
ammonite-compiler-interface_2.12.1-2.4.0-29-d9c16e33
ammonite-compiler-interface_2.12.1-2.4.0-28-60dca3cf
ammonite-compiler-interface_2.12.1-2.4.0-24-b4a313e0
ammonite-compiler-interface_2.12.1-2.4.0-23-76673f7f
ammonite-compiler-interface_2.12.1-2.4.0-22-a70409dc
ammonite-compiler-interface_2.12.1-2.4.0-20-f3d8171f
ammonite-compiler-interface_2.12.1-2.4.0-19-f4790b61
ammonite-compiler-interface_2.12.1-2.4.0-18-12c9e33e
ammonite-compiler-interface_2.12.1-2.4.0-17-6dbd7856
ammonite-compiler-interface_2.12.1-2.4.0-14-4824b429
ammonite-compiler-interface_2.12.1-2.4.0-12-69f45b4b
ammonite-compiler-interface_2.12.1-2.4.0-11-5b9ff5e7
ammonite-compiler-interface_2.12.1-2.4.0-10-40f87721
ammonite-compiler-interface_2.12.1-2.4.0-9-0017ff97
ammonite-compiler-interface_2.12.1-2.4.0-6-426d8ae5
ammonite-compiler-interface_2.12.1-2.4.0-5-534c9436
ammonite-compiler-interface_2.12.1-2.4.0
2.3.x
ammonite-compiler-interface_2.12.1-2.3.8-125-f6bb1cf9
ammonite-compiler-interface_2.12.1-2.3.8-124-2da846d2
ammonite-compiler-interface_2.12.1-2.3.8-123-0b9a8c9b
ammonite-compiler-interface_2.12.1-2.3.8-122-9be39deb
ammonite-compiler-interface_2.12.1-2.3.8-67-4b6c67db
ammonite-compiler-interface_2.12.1-2.3.8-66-89f23e7f
ammonite-compiler-interface_2.12.1-2.3.8-58-aa8b2ab1
ammonite-compiler-interface_2.12.1-2.3.8-55-27ccb6e0
ammonite-compiler-interface_2.12.1-2.3.8-54-a1dec1cf
ammonite-compiler-interface_2.12.1-2.3.8-53-e23fe029

How to add a dependency to Maven

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

<dependency>
    <groupId>com.lihaoyi</groupId>
    <artifactId>ammonite-compiler-interface_2.12.1</artifactId>
    <version>2.4.1-8-a6696a8f</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.lihaoyi:ammonite-compiler-interface_2.12.1:2.4.1-8-a6696a8f'

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

implementation("com.lihaoyi:ammonite-compiler-interface_2.12.1:2.4.1-8-a6696a8f")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.lihaoyi" % "ammonite-compiler-interface_2.12.1" % "2.4.1-8-a6696a8f"

Advertisement