MVN

com.lihaoyi : ammonite-cross-3.2.0_2.13.11

Maven & Gradle

Jun 16, 2023
2.5k stars

ammonite-cross-3.2.0_2.13.11 · ammonite-cross-3.2.0

<dependency>
    <groupId>com.lihaoyi</groupId>
    <artifactId>ammonite-cross-3.2.0_2.13.11</artifactId>
    <version>2.5.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.lihaoyi : ammonite-cross-3.2.0_2.13.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.9

All Versions

Choose a version of com.lihaoyi : ammonite-cross-3.2.0_2.13.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
ammonite-cross-3.2.0_2.13.11-2.5.9
ammonite-cross-3.2.0_2.13.11-2.5.8-2-159ff8f6
ammonite-cross-3.2.0_2.13.11-2.5.8-1-837c3adb

How to add a dependency to Maven

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

<dependency>
    <groupId>com.lihaoyi</groupId>
    <artifactId>ammonite-cross-3.2.0_2.13.11</artifactId>
    <version>2.5.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.lihaoyi : ammonite-cross-3.2.0_2.13.11 gradle dependency to your build.gradle file:

implementation 'com.lihaoyi:ammonite-cross-3.2.0_2.13.11:2.5.9'

Gradle Kotlin DSL: Add the following com.lihaoyi : ammonite-cross-3.2.0_2.13.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.lihaoyi:ammonite-cross-3.2.0_2.13.11:2.5.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.lihaoyi : ammonite-cross-3.2.0_2.13.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.lihaoyi" % "ammonite-cross-3.2.0_2.13.11" % "2.5.9"

Advertisement