Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artcom/hsm-java
Hierarchical Statemachine for Java
https://github.com/artcom/hsm-java
Last synced: 3 months ago
JSON representation
Hierarchical Statemachine for Java
- Host: GitHub
- URL: https://github.com/artcom/hsm-java
- Owner: artcom
- License: mit
- Created: 2015-02-03T12:09:09.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-07-16T11:40:57.000Z (over 4 years ago)
- Last Synced: 2023-03-13T15:36:59.934Z (almost 2 years ago)
- Language: Java
- Size: 168 KB
- Stars: 25
- Watchers: 16
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hierarchical Statemachine for Java
[![Build Status](https://img.shields.io/travis/artcom/hsm-java/master.svg?style=flat)](https://travis-ci.org/artcom/hsm-java)
This Project is a hierarchical state machine framework for Java.
The state machine specification is based on the [UML statemachine](http://en.wikipedia.org/wiki/UML_state_machine).
The implementation is based on this project: .### Published artifacts
The artifacts of this project are intended to be received via [Jitpack.io](https://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](http://www.artcom.de/).
Distributed under the MIT License.
Please see [License File](LICENSE) for more information.