MVN

org.overturetool : root

Maven & Gradle

Nov 10, 2020

The Overture Tool Platform root · Overture is a community-based project developing the next generation of open-source tools to support modelling and analysis in the design of computer-based systems. Overture supports VDM: The Vienna Development Method, a set of modelling techniques with a long and successful history of industrial application and research. Overture is an integrated development environment (IDE) for developing VDM models. The Overture tools are written entirely in Java and build on top of the Eclipse platform. Overture supports the VDM-SL, VDM++, and VDM-RT language dialects.

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

Latest Version

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

  • Latest Stable: 3.0.2

All Versions

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

Version Vulnerabilities Updated
3.0.x
root-3.0.2
root-3.0.0
2.7.x
root-2.7.4
root-2.7.2
root-2.7.0
2.6.x
root-2.6.4
root-2.6.2
root-2.6.0
2.5.x
root-2.5.6
root-2.5.4
root-2.5.2
root-2.5.0
2.4.x
root-2.4.8
root-2.4.6
root-2.4.4
root-2.4.2
root-2.4.0
2.3.x
root-2.3.8
root-2.3.6
root-2.3.4
root-2.3.2
root-2.3.0
2.2.x
root-2.2.8
root-2.2.6
root-2.2.2
root-2.2.0
2.1.x
root-2.1.6
root-2.1.4
root-2.1.2
root-2.1.0
2.0.x
root-2.0.8
root-2.0.6
root-2.0.4

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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

Advertisement