License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
GroupId | GroupIdcom.github.kabal163 |
ArtifactId | ArtifactIdstate-machine-spring-boot-autoconfigure |
Version | Version0.3.0 |
Type | Typejar |
Description |
DescriptionImplementation 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.
|
<!-- 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"]
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 |