MVN

org.coreasm : org.coreasm.parent

Maven & Gradle

Aug 02, 2016
19 stars

CoreASM Parent Project · The CoreASM project focuses on the design of a lean executable ASM (Abstract State Machines) language, in combination with a supporting tool environment for high-level design, experimental validation and formal verification (where appropriate) of abstract system models.

<dependency>
    <groupId>org.coreasm</groupId>
    <artifactId>org.coreasm.parent</artifactId>
    <version>1.7.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.coreasm : org.coreasm.parent to add to Maven - Latest Versions:

  • Latest Stable: 1.7.3

All Versions

Choose a version of org.coreasm : org.coreasm.parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.7.x
org.coreasm.parent-1.7.3
org.coreasm.parent-1.7.2
org.coreasm.parent-1.7.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.coreasm</groupId>
    <artifactId>org.coreasm.parent</artifactId>
    <version>1.7.3</version>
</dependency>

Advertisement