MVN

com.github.davidmoten.xuml-compiler : xuml-metamodel

Maven & Gradle

Dec 07, 2022
2 stars

xuml-metamodel · Ecore definition of meta model and generated java classes from ecore model

<dependency>
    <groupId>com.github.davidmoten.xuml-compiler</groupId>
    <artifactId>xuml-metamodel</artifactId>
    <version>0.5.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.davidmoten.xuml-compiler : xuml-metamodel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.3

All Versions

Choose a version of com.github.davidmoten.xuml-compiler : xuml-metamodel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
xuml-metamodel-0.5.3
xuml-metamodel-0.5.2
xuml-metamodel-0.5.1
xuml-metamodel-0.5.0

How to add a dependency to Maven

Add the following com.github.davidmoten.xuml-compiler : xuml-metamodel maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.davidmoten.xuml-compiler</groupId>
    <artifactId>xuml-metamodel</artifactId>
    <version>0.5.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.davidmoten.xuml-compiler : xuml-metamodel gradle dependency to your build.gradle file:

implementation 'com.github.davidmoten.xuml-compiler:xuml-metamodel:0.5.3'

Gradle Kotlin DSL: Add the following com.github.davidmoten.xuml-compiler : xuml-metamodel gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.davidmoten.xuml-compiler:xuml-metamodel:0.5.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.davidmoten.xuml-compiler : xuml-metamodel sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.davidmoten.xuml-compiler" % "xuml-metamodel" % "0.5.3"