License |
License |
---|---|
GroupId | GroupIdorg.springframework.statemachine |
ArtifactId | ArtifactIdspring-statemachine-samples-web |
Last Version | Last Version3.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring State Machine Web Sample
Spring State Machine Web 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-web/ -->
<dependency>
<groupId>org.springframework.statemachine</groupId>
<artifactId>spring-statemachine-samples-web</artifactId>
<version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.statemachine/spring-statemachine-samples-web/
implementation 'org.springframework.statemachine:spring-statemachine-samples-web:3.2.0'
// https://jarcasting.com/artifacts/org.springframework.statemachine/spring-statemachine-samples-web/
implementation ("org.springframework.statemachine:spring-statemachine-samples-web:3.2.0")
'org.springframework.statemachine:spring-statemachine-samples-web:jar:3.2.0'
<dependency org="org.springframework.statemachine" name="spring-statemachine-samples-web" rev="3.2.0">
<artifact name="spring-statemachine-samples-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.statemachine', module='spring-statemachine-samples-web', version='3.2.0')
)
libraryDependencies += "org.springframework.statemachine" % "spring-statemachine-samples-web" % "3.2.0"
[org.springframework.statemachine/spring-statemachine-samples-web "3.2.0"]