is not current version
Last Version 3.0.2

org.overturetool:root 2.0.8

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.

GroupId

GroupId

org.overturetool
ArtifactId

ArtifactId

root
Version

Version

2.0.8
Type

Type

pom

Download root 2.0.8

Filename Size
root-2.0.8.pom 10 KB
Browse

<!-- https://jarcasting.com/artifacts/org.overturetool/root/ -->
<dependency>
    <groupId>org.overturetool</groupId>
    <artifactId>root</artifactId>
    <version>2.0.8</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.overturetool/root/
implementation 'org.overturetool:root:2.0.8'
// https://jarcasting.com/artifacts/org.overturetool/root/
implementation ("org.overturetool:root:2.0.8")
'org.overturetool:root:pom:2.0.8'
<dependency org="org.overturetool" name="root" rev="2.0.8">
  <artifact name="root" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.overturetool', module='root', version='2.0.8')
)
libraryDependencies += "org.overturetool" % "root" % "2.0.8"
[org.overturetool/root "2.0.8"]