MVN

sh.almond.tmp.ammonite : ammonite-runtime_2.13.5

Maven & Gradle

Jul 18, 2023
0 stars

ammonite-runtime_2.13.5 · ammonite-runtime

<dependency>
    <groupId>sh.almond.tmp.ammonite</groupId>
    <artifactId>ammonite-runtime_2.13.5</artifactId>
    <version>3.0.0-M0-67-83057fea</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of sh.almond.tmp.ammonite : ammonite-runtime_2.13.5 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0-M0-67-83057fea

All Versions

Choose a version of sh.almond.tmp.ammonite : ammonite-runtime_2.13.5 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
ammonite-runtime_2.13.5-3.0.0-M0-67-83057fea
ammonite-runtime_2.13.5-3.0.0-M0-67-fcfedca6
ammonite-runtime_2.13.5-3.0.0-M0-58-8d00463c
ammonite-runtime_2.13.5-3.0.0-M0-50-f03f2d82
ammonite-runtime_2.13.5-3.0.0-M0-50-9a35e1dd
ammonite-runtime_2.13.5-3.0.0-M0-49-82b3e605
ammonite-runtime_2.13.5-3.0.0-M0-48-6c09dd71
ammonite-runtime_2.13.5-3.0.0-M0-45-9c598c7c
ammonite-runtime_2.13.5-3.0.0-M0-44-1f535bd1
ammonite-runtime_2.13.5-3.0.0-M0-42-a9b51919
ammonite-runtime_2.13.5-3.0.0-M0-41-26a93d9c
ammonite-runtime_2.13.5-3.0.0-M0-40-d95c3b3d
ammonite-runtime_2.13.5-3.0.0-M0-39-72f519a6
ammonite-runtime_2.13.5-3.0.0-M0-38-dd60a0b5
ammonite-runtime_2.13.5-3.0.0-M0-36-8856669f

How to add a dependency to Maven

Add the following sh.almond.tmp.ammonite : ammonite-runtime_2.13.5 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>sh.almond.tmp.ammonite</groupId>
    <artifactId>ammonite-runtime_2.13.5</artifactId>
    <version>3.0.0-M0-67-83057fea</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following sh.almond.tmp.ammonite : ammonite-runtime_2.13.5 gradle dependency to your build.gradle file:

implementation 'sh.almond.tmp.ammonite:ammonite-runtime_2.13.5:3.0.0-M0-67-83057fea'

Gradle Kotlin DSL: Add the following sh.almond.tmp.ammonite : ammonite-runtime_2.13.5 gradle kotlin dependency to your build.gradle.kts file:

implementation("sh.almond.tmp.ammonite:ammonite-runtime_2.13.5:3.0.0-M0-67-83057fea")

How to add a dependency to SBT Scala

SBT Scala: Add the following sh.almond.tmp.ammonite : ammonite-runtime_2.13.5 sbt scala dependency to your build.sbt file:

libraryDependencies += "sh.almond.tmp.ammonite" % "ammonite-runtime_2.13.5" % "3.0.0-M0-67-83057fea"