MVN

org.overturetool.build : root

Maven & Gradle

Nov 10, 2015

Overture Example Packager superpom · A maven plugin to bundle up the VDM examples in the Overture Project's main repository

<dependency>
    <groupId>org.overturetool.build</groupId>
    <artifactId>root</artifactId>
    <version>3.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.overturetool.build : root to add to Maven - Latest Versions:

  • Latest Stable: 3.0.2

All Versions

Choose a version of org.overturetool.build : root to add to Maven - All Versions:

Version Vulnerabilities Updated
3.0.x
root-3.0.2
2.1.x
root-2.1.2
root-2.1.1
root-2.1.0
2.0.x
root-2.0.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.overturetool.build</groupId>
    <artifactId>root</artifactId>
    <version>3.0.2</version>
</dependency>

Advertisement