is not current version
Last Version 0.4.2

com.github.kabal163:state-machine-parent 0.3.0

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.

GroupId

GroupId

com.github.kabal163
ArtifactId

ArtifactId

state-machine-parent
Version

Version

0.3.0
Type

Type

pom

Download state-machine-parent 0.3.0


<!-- https://jarcasting.com/artifacts/com.github.kabal163/state-machine-parent/ -->
<dependency>
    <groupId>com.github.kabal163</groupId>
    <artifactId>state-machine-parent</artifactId>
    <version>0.3.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.kabal163/state-machine-parent/
implementation 'com.github.kabal163:state-machine-parent:0.3.0'
// https://jarcasting.com/artifacts/com.github.kabal163/state-machine-parent/
implementation ("com.github.kabal163:state-machine-parent:0.3.0")
'com.github.kabal163:state-machine-parent:pom:0.3.0'
<dependency org="com.github.kabal163" name="state-machine-parent" rev="0.3.0">
  <artifact name="state-machine-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.kabal163', module='state-machine-parent', version='0.3.0')
)
libraryDependencies += "com.github.kabal163" % "state-machine-parent" % "0.3.0"
[com.github.kabal163/state-machine-parent "0.3.0"]