imminent / dean-of-state

A state machine implementation for Android and Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dean of State

A state machine implementation for Android and Java.

For more information please see the website.

Download

In a Maven project, one would include in dependencies section of your pom.xml (replacing ${version} with the appropriate current release):

<dependencies>
  <dependency>
    <groupId>com.imminentmeals</groupId>
    <artifactId>dean-of-state</artifactId>
    <version>${version}</version>
  </dependency>
</dependencies>

In a Gradle project, onw would inclde the dependencies section of your build.gradle (replacing {version} with the appropriate current release):

dependencies {
  compile "com.imminentmeals:dean-of-state:${version}"
}

You can also find downloadable .jars on Maven Central. You'll need [Dean-of-State][dl-dean-of-state].

License

Copyright 2012 Dandre Allison

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

A state machine implementation for Android and Java

License:Apache License 2.0


Languages

Language:Java 79.8%Language:Groovy 20.2%