MVN

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

Maven & Gradle

Dec 07, 2022
2 stars

xuml-compiler · Java model compiler based on "Executable UML"

<dependency>
    <groupId>com.github.davidmoten.xuml-compiler</groupId>
    <artifactId>xuml-compiler</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-compiler 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-compiler to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.davidmoten.xuml-compiler</groupId>
    <artifactId>xuml-compiler</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-compiler gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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