no.sintef:jasm

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

License

License

Categories

Categories

ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

no.sintef
ArtifactId

ArtifactId

jasm
Last Version

Last Version

1.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

no.sintef:jasm
A Java library to implement and execute UML-like state machines, with support for composite states, concurrent regions, etc.
Project URL

Project URL

https://github.com/SINTEF-9012/jasm
Source Code Management

Source Code Management

https://github.com/SINTEF-9012/jasm.git

Download jasm

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

ThingML JaSM

A Java framework with reduced footprint and no dependency (100% self-contained Java code) to implement and execute UML-like state machines.

JaSM provides the common concepts to define state machines: atomic states, composite states, parallel regions, transition and internal transitions.

<dependency>
  <groupId>no.sintef</groupId>
  <artifactId>jasm</artifactId>
  <version>1.3.0</version>
</dependency>
no.sintef

SINTEF-9012

Versions

Version
1.3.0
1.2.0
1.1.0