MVN

org.finos.morphir : morphir-main_3

Maven & Gradle

Sep 05, 2023
12 stars

morphir-main_3 · The morphir-main package. This is the main entry point for the morphir tooling, including the morphir-cli.

<dependency>
    <groupId>org.finos.morphir</groupId>
    <artifactId>morphir-main_3</artifactId>
    <version>0.4.0-M9.03</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.finos.morphir : morphir-main_3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.0-M9.03

All Versions

Choose a version of org.finos.morphir : morphir-main_3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
morphir-main_3-0.4.0-M9.03

How to add a dependency to Maven

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

<dependency>
    <groupId>org.finos.morphir</groupId>
    <artifactId>morphir-main_3</artifactId>
    <version>0.4.0-M9.03</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.finos.morphir : morphir-main_3 gradle dependency to your build.gradle file:

implementation 'org.finos.morphir:morphir-main_3:0.4.0-M9.03'

Gradle Kotlin DSL: Add the following org.finos.morphir : morphir-main_3 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.finos.morphir:morphir-main_3:0.4.0-M9.03")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.finos.morphir : morphir-main_3 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.finos.morphir" % "morphir-main_3" % "0.4.0-M9.03"

Advertisement