Last Version

com.github.kabal163:state-machine-spring-boot-starter 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.

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.kabal163
ArtifactId

ArtifactId

state-machine-spring-boot-starter
Version

Version

0.3.0
Type

Type

jar
Description

Description

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.

Download state-machine-spring-boot-starter 0.3.0


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

Dependencies

compile (1)

Group / Artifact Type Version
com.github.kabal163 : state-machine-spring-boot-autoconfigure jar 0.3.0

Project Modules

There are no modules declared in this project.