License |
License |
---|---|
GroupId | GroupIdorg.overturetool |
ArtifactId | ArtifactIdexamples |
Last Version | Last Version2.2.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOverture Examples Jar File
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.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
examples-2.2.6.pom | |
examples-2.2.6.jar | 855 KB |
examples-2.2.6-sources.jar | 1020 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.overturetool/examples/ -->
<dependency>
<groupId>org.overturetool</groupId>
<artifactId>examples</artifactId>
<version>2.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.overturetool/examples/
implementation 'org.overturetool:examples:2.2.6'
// https://jarcasting.com/artifacts/org.overturetool/examples/
implementation ("org.overturetool:examples:2.2.6")
'org.overturetool:examples:jar:2.2.6'
<dependency org="org.overturetool" name="examples" rev="2.2.6">
<artifact name="examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.overturetool', module='examples', version='2.2.6')
)
libraryDependencies += "org.overturetool" % "examples" % "2.2.6"
[org.overturetool/examples "2.2.6"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |