MVN

org.umlg : runtime

Maven & Gradle

Jul 08, 2023

umlg runtime pom

<dependency>
    <groupId>org.umlg</groupId>
    <artifactId>runtime</artifactId>
    <version>2.0.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.umlg : runtime to add to Maven - Latest Versions:

  • Latest Stable: 2.0.11
  • Latest Release Candidate: 1.1.0.RC2

All Versions

Choose a version of org.umlg : runtime to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
runtime-2.0.11
runtime-2.0.10
runtime-2.0.8
runtime-2.0.7
runtime-2.0.6
runtime-2.0.4
runtime-2.0.3
runtime-2.0.2
runtime-2.0.1
runtime-2.0.0
1.2.x
runtime-1.2.5
runtime-1.2.3
runtime-1.2.2
1.1.x
runtime-1.1.0.RC2
runtime-1.1.0.RC1
1.0.x
runtime-1.0.2
runtime-1.0.1
runtime-1.0.0
runtime-1.0.0.M9

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.umlg</groupId>
    <artifactId>runtime</artifactId>
    <version>2.0.11</version>
</dependency>

Advertisement