License |
License |
---|---|
GroupId | GroupIdcom.github.kabal163 |
ArtifactId | ArtifactIdstate-machine-parent |
Version | Version0.4.2 |
Type | Typepom |
Description |
Descriptioncom.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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
state-machine-parent-0.4.2.pom | 7 KB |
Browse |
<!-- 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"]