Last Version

json-fsm 2.0.0

This package can convert a json description of a state machine to an executable instance. The state machine resembles quite closely a UML "state chart diagram".

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.github.aytchell
ArtifactId

ArtifactId

jsonfsm
Version

Version

2.0.0
Type

Type

jar
Description

Description

json-fsm
This package can convert a json description of a state machine to an executable instance. The state machine resembles quite closely a UML "state chart diagram".
Project URL

Project URL

https://github.com/aytchell/jsonfsm
Source Code Management

Source Code Management

http://github.com/aytchell/jsonfsm/tree/master

Download jsonfsm 2.0.0


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

Dependencies

compile (5)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.22
com.github.stateless4j : stateless4j jar 2.6.0
com.github.aytchell : validator jar 2.2.1
com.fasterxml.jackson.core : jackson-databind jar 2.13.1
org.slf4j : slf4j-api jar 1.7.32

test (2)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.32
org.junit.jupiter : junit-jupiter jar

Project Modules

There are no modules declared in this project.