is not current version
Last Version 1.3.0

no.sintef:jasm 1.2.0

A Java library to implement and execute UML-like state machines, with support for composite states, concurrent regions, etc.

Categories

Categories

ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

no.sintef
ArtifactId

ArtifactId

jasm
Version

Version

1.2.0
Type

Type

jar

Download jasm 1.2.0


<!-- https://jarcasting.com/artifacts/no.sintef/jasm/ -->
<dependency>
    <groupId>no.sintef</groupId>
    <artifactId>jasm</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/no.sintef/jasm/
implementation 'no.sintef:jasm:1.2.0'
// https://jarcasting.com/artifacts/no.sintef/jasm/
implementation ("no.sintef:jasm:1.2.0")
'no.sintef:jasm:jar:1.2.0'
<dependency org="no.sintef" name="jasm" rev="1.2.0">
  <artifact name="jasm" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.sintef', module='jasm', version='1.2.0')
)
libraryDependencies += "no.sintef" % "jasm" % "1.2.0"
[no.sintef/jasm "1.2.0"]