MVN

com.github.kabal163 : state-machine-parent

Maven & Gradle

Jan 02, 2021
1 stars

Implementation of the "State Machine" pattern. It makes easy to develop services where entities have finite number of states and set of transition rules from one state to another.

<dependency>
    <groupId>com.github.kabal163</groupId>
    <artifactId>state-machine-parent</artifactId>
    <version>0.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.kabal163 : state-machine-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.4.2

All Versions

Choose a version of com.github.kabal163 : state-machine-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.4.x
state-machine-parent-0.4.2
state-machine-parent-0.4.1
state-machine-parent-0.4.0
0.3.x
state-machine-parent-0.3.0
0.2.x
state-machine-parent-0.2.1
0.2
state-machine-parent-0.2
0.1
state-machine-parent-0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.kabal163</groupId>
    <artifactId>state-machine-parent</artifactId>
    <version>0.4.2</version>
</dependency>