MVN

net.automatalib : automata-modelchecking-m3c

Maven & Gradle

Nov 06, 2023

AutomataLib :: Model Checking :: M3C · This artifact provides the implementation of the model checker presented in the paper "M3C: Modal Meta Model Checking" (https://dx.doi.org/10.1007/978-3-030-00244-2_15) by Bernhard Steffen and Alnis Murtovi. The paper is based on "Model Checking for Context-Free Processes" (https://link.springer.com/chapter/10.1007/BFb0084787) by Olaf Burkart and Bernhard Steffen. Note that this implementation requires a runtime dependency to a specific ADDLib backend (see https://add-lib.scce.info/), which is not explicitly included in this artifact due to packaging reasons.

<dependency>
    <groupId>net.automatalib</groupId>
    <artifactId>automata-modelchecking-m3c</artifactId>
    <version>0.11.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.automatalib : automata-modelchecking-m3c to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.11.0

All Versions

Choose a version of net.automatalib : automata-modelchecking-m3c to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.11.x
automata-modelchecking-m3c-0.11.0

How to add a dependency to Maven

Add the following net.automatalib : automata-modelchecking-m3c maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.automatalib</groupId>
    <artifactId>automata-modelchecking-m3c</artifactId>
    <version>0.11.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.automatalib : automata-modelchecking-m3c gradle dependency to your build.gradle file:

implementation 'net.automatalib:automata-modelchecking-m3c:0.11.0'

Gradle Kotlin DSL: Add the following net.automatalib : automata-modelchecking-m3c gradle kotlin dependency to your build.gradle.kts file:

implementation("net.automatalib:automata-modelchecking-m3c:0.11.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.automatalib : automata-modelchecking-m3c sbt scala dependency to your build.sbt file:

libraryDependencies += "net.automatalib" % "automata-modelchecking-m3c" % "0.11.0"

Advertisement