License |
License |
---|---|
GroupId | GroupIdorg.springframework.statemachine |
ArtifactId | ArtifactIdspring-statemachine-samples-eventservice |
Last Version | Last Version3.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring State Machine Event Service Sample
Spring State Machine Event Service Sample
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.springframework.statemachine/spring-statemachine-samples-eventservice/ -->
<dependency>
<groupId>org.springframework.statemachine</groupId>
<artifactId>spring-statemachine-samples-eventservice</artifactId>
<version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.statemachine/spring-statemachine-samples-eventservice/
implementation 'org.springframework.statemachine:spring-statemachine-samples-eventservice:3.2.0'
// https://jarcasting.com/artifacts/org.springframework.statemachine/spring-statemachine-samples-eventservice/
implementation ("org.springframework.statemachine:spring-statemachine-samples-eventservice:3.2.0")
'org.springframework.statemachine:spring-statemachine-samples-eventservice:jar:3.2.0'
<dependency org="org.springframework.statemachine" name="spring-statemachine-samples-eventservice" rev="3.2.0">
<artifact name="spring-statemachine-samples-eventservice" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.statemachine', module='spring-statemachine-samples-eventservice', version='3.2.0')
)
libraryDependencies += "org.springframework.statemachine" % "spring-statemachine-samples-eventservice" % "3.2.0"
[org.springframework.statemachine/spring-statemachine-samples-eventservice "3.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.statemachine : spring-statemachine-core | jar | 3.2.0 |
org.springframework : spring-context-support | jar | |
org.springframework.statemachine : spring-statemachine-data-redis | jar | 3.2.0 |
org.springframework.boot : spring-boot-starter-web | jar | |
org.springframework.boot : spring-boot-starter-thymeleaf | jar | |
org.apache.commons : commons-pool2 | jar |
Group / Artifact | Type | Version |
---|---|---|
redis.clients : jedis | jar |