MVN

org.finos.morphir : mill-morphir-elm_mill0.10_2.13

Maven & Gradle

Aug 23, 2023
11 stars

mill-morphir-elm_mill0.10_2.13 · The morphir.build.integration.mill-morphir-elm[0.10.12].artifactName package

<dependency>
    <groupId>org.finos.morphir</groupId>
    <artifactId>mill-morphir-elm_mill0.10_2.13</artifactId>
    <version>0.4.0-M8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.finos.morphir : mill-morphir-elm_mill0.10_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.0-M8

All Versions

Choose a version of org.finos.morphir : mill-morphir-elm_mill0.10_2.13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
mill-morphir-elm_mill0.10_2.13-0.4.0-M8
mill-morphir-elm_mill0.10_2.13-0.4.0-M7
mill-morphir-elm_mill0.10_2.13-0.4.0-M6
mill-morphir-elm_mill0.10_2.13-0.4.0-M5
mill-morphir-elm_mill0.10_2.13-0.4.0-M4
mill-morphir-elm_mill0.10_2.13-0.4.0-M3
mill-morphir-elm_mill0.10_2.13-0.4.0-M2
mill-morphir-elm_mill0.10_2.13-0.4.0-M1-2023.08.07.1
mill-morphir-elm_mill0.10_2.13-0.4.0-M1-2023.08.04
mill-morphir-elm_mill0.10_2.13-0.4.0-M1-02
mill-morphir-elm_mill0.10_2.13-0.4.0-M1
0.3.x
mill-morphir-elm_mill0.10_2.13-0.3.0
mill-morphir-elm_mill0.10_2.13-0.3.0-M5
mill-morphir-elm_mill0.10_2.13-0.3.0-M4

How to add a dependency to Maven

Add the following org.finos.morphir : mill-morphir-elm_mill0.10_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.finos.morphir</groupId>
    <artifactId>mill-morphir-elm_mill0.10_2.13</artifactId>
    <version>0.4.0-M8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.finos.morphir : mill-morphir-elm_mill0.10_2.13 gradle dependency to your build.gradle file:

implementation 'org.finos.morphir:mill-morphir-elm_mill0.10_2.13:0.4.0-M8'

Gradle Kotlin DSL: Add the following org.finos.morphir : mill-morphir-elm_mill0.10_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.finos.morphir:mill-morphir-elm_mill0.10_2.13:0.4.0-M8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.finos.morphir : mill-morphir-elm_mill0.10_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.finos.morphir" % "mill-morphir-elm_mill0.10_2.13" % "0.4.0-M8"