Last Version

spring flow state machine 1.0.2

Spring state machine for entities, not for application

License

License

Categories

Categories

SBE Data Data Structures
GroupId

GroupId

ru.sberned
ArtifactId

ArtifactId

spring-flow-state-machine
Version

Version

1.0.2
Type

Type

pom
Description

Description

spring flow state machine
Spring state machine for entities, not for application
Project URL

Project URL

https://github.com/Sberned/spring-flow-statemachine
Source Code Management

Source Code Management

https://github.com/Sberned/spring-flow-statemachine

Download spring-flow-state-machine 1.0.2


<!-- https://jarcasting.com/artifacts/ru.sberned/spring-flow-state-machine/ -->
<dependency>
    <groupId>ru.sberned</groupId>
    <artifactId>spring-flow-state-machine</artifactId>
    <version>1.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ru.sberned/spring-flow-state-machine/
implementation 'ru.sberned:spring-flow-state-machine:1.0.2'
// https://jarcasting.com/artifacts/ru.sberned/spring-flow-state-machine/
implementation ("ru.sberned:spring-flow-state-machine:1.0.2")
'ru.sberned:spring-flow-state-machine:pom:1.0.2'
<dependency org="ru.sberned" name="spring-flow-state-machine" rev="1.0.2">
  <artifact name="spring-flow-state-machine" type="pom" />
</dependency>
@Grapes(
@Grab(group='ru.sberned', module='spring-flow-state-machine', version='1.0.2')
)
libraryDependencies += "ru.sberned" % "spring-flow-state-machine" % "1.0.2"
[ru.sberned/spring-flow-state-machine "1.0.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-core
  • state-machine-starter
  • state-machine-samples/state-machine-samples-simple