Last Version

com.github.kabal163:state-machine-spring-boot-autoconfigure 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 Auto Application Layer Libs Code Generators config Configuration
GroupId

GroupId

com.github.kabal163
ArtifactId

ArtifactId

state-machine-spring-boot-autoconfigure
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-autoconfigure 0.3.0


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

Dependencies

compile (3)

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

Project Modules

There are no modules declared in this project.