no.sintef:jasm

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

Лицензия

Лицензия

Категории

Категории

ASM Библиотеки уровня приложения Bytecode Manipulation
Группа

Группа

no.sintef
Идентификатор

Идентификатор

jasm
Последняя версия

Последняя версия

1.3.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

no.sintef:jasm
A Java library to implement and execute UML-like state machines, with support for composite states, concurrent regions, etc.
Ссылка на сайт

Ссылка на сайт

https://github.com/SINTEF-9012/jasm
Система контроля версий

Система контроля версий

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

Скачать jasm

Как подключить последнюю версию

<!-- 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"]

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.3.0
1.2.0
1.1.0