MVN

de.athalis.coreasm : coreasm-config

Maven & Gradle

Nov 22, 2022
1 stars

CoreASM Configuration Component · 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-config</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-config 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-config to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>de.athalis.coreasm</groupId>
    <artifactId>coreasm-config</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-config gradle dependency to your build.gradle file:

implementation 'de.athalis.coreasm:coreasm-config:1.7.3-locke-6'

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

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

How to add a dependency to SBT Scala

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

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

Advertisement