j

jsonfsm

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".
https://github.com/aytchell/jsonfsm
The Apache License, Version 2.0
Hannes Lerchl
Files download
File Operation
jsonfsm-2.0.0.jar download
jsonfsm-2.0.0.pom download
jsonfsm-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.aytchell</groupId>
  <artifactId>jsonfsm</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.aytchell:jsonfsm:2.0.0'
Gradle Kotlin
implementation("com.github.aytchell:jsonfsm:2.0.0")
Scala SBT
libraryDependencies += "com.github.aytchell" % "jsonfsm" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.aytchell', module='jsonfsm', version='2.0.0')
)
Apache Ivy
<dependency org="com.github.aytchell" name="jsonfsm" rev="2.0.0" />
Leiningen
[com.github.aytchell/jsonfsm "2.0.0"]
Apache Buildr
'com.github.aytchell:jsonfsm:jar:2.0.0'