Last Version

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

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.

License

License

GroupId

GroupId

com.github.kabal163
ArtifactId

ArtifactId

state-machine-parent
Version

Version

0.4.2
Type

Type

pom
Description

Description

com.github.kabal163:state-machine-parent
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.
Project URL

Project URL

https://github.com/Kabal163/akuna-state-machine
Source Code Management

Source Code Management

https://github.com/Kabal163/akuna-state-machine/tree/master

Download state-machine-parent 0.4.2


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • state-machine