hsm-java
hsm-java copied to clipboard
Hierarchical Statemachine for Java
Hierarchical Statemachine for Java
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.
Published artifacts
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'
Publish to Maven Local
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.
License
Copyright © 2015 Art+Com AG. Distributed under the MIT License. Please see License File for more information.