License |
License |
---|---|
Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
GroupId | GroupIdde.athalis.coreasm |
ArtifactId | ArtifactIdcoreasm-parent |
Last Version | Last Version1.7.3-locke-5 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionCoreASM Parent Project
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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
coreasm-parent-1.7.3-locke-5.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.athalis.coreasm/coreasm-parent/ -->
<dependency>
<groupId>de.athalis.coreasm</groupId>
<artifactId>coreasm-parent</artifactId>
<version>1.7.3-locke-5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.athalis.coreasm/coreasm-parent/
implementation 'de.athalis.coreasm:coreasm-parent:1.7.3-locke-5'
// https://jarcasting.com/artifacts/de.athalis.coreasm/coreasm-parent/
implementation ("de.athalis.coreasm:coreasm-parent:1.7.3-locke-5")
'de.athalis.coreasm:coreasm-parent:pom:1.7.3-locke-5'
<dependency org="de.athalis.coreasm" name="coreasm-parent" rev="1.7.3-locke-5">
<artifact name="coreasm-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.athalis.coreasm', module='coreasm-parent', version='1.7.3-locke-5')
)
libraryDependencies += "de.athalis.coreasm" % "coreasm-parent" % "1.7.3-locke-5"
[de.athalis.coreasm/coreasm-parent "1.7.3-locke-5"]