This Project is a hierarchical state machine framework for Java. The state machine specification is based on the UML statemachine. The implementation is based on this project: https://github.com/Mask/hsm-js.
The artifacts of this project are intended to be received via Jitpack.io
Gradle dependency example:
compile 'com.github.artcom:hsm-java:0.0.3'
In order to publish to the local Maven repository please use this command:
./gradlew -Pgroup=com.github.artcom publishToMavenLocal
It is necessary to provide the same groupId as used by jitpack in order to be able to force the usage of the version in the local maven repository.
Copyright © 2015 Art+Com AG. Distributed under the MIT License. Please see License File for more information.