MVN

de.athalis.coreasm : coreasm-ui-carma

Maven & Gradle

Nov 22, 2022
1 stars

CoreASM Carma · This is a fork of the CoreASM project from https://github.com/coreasm/coreasm.core 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>de.athalis.coreasm</groupId>
    <artifactId>coreasm-ui-carma</artifactId>
    <version>1.7.3-locke-6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.athalis.coreasm : coreasm-ui-carma to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.3-locke-6

All Versions

Choose a version of de.athalis.coreasm : coreasm-ui-carma to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
coreasm-ui-carma-1.7.3-locke-6
coreasm-ui-carma-1.7.3-locke-5
coreasm-ui-carma-1.7.3-locke-4

How to add a dependency to Maven

Add the following de.athalis.coreasm : coreasm-ui-carma maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.athalis.coreasm</groupId>
    <artifactId>coreasm-ui-carma</artifactId>
    <version>1.7.3-locke-6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.athalis.coreasm : coreasm-ui-carma gradle dependency to your build.gradle file:

implementation 'de.athalis.coreasm:coreasm-ui-carma:1.7.3-locke-6'

Gradle Kotlin DSL: Add the following de.athalis.coreasm : coreasm-ui-carma gradle kotlin dependency to your build.gradle.kts file:

implementation("de.athalis.coreasm:coreasm-ui-carma:1.7.3-locke-6")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.athalis.coreasm : coreasm-ui-carma sbt scala dependency to your build.sbt file:

libraryDependencies += "de.athalis.coreasm" % "coreasm-ui-carma" % "1.7.3-locke-6"

Advertisement