License |
License |
---|---|
GroupId | GroupIdorg.springframework.statemachine |
ArtifactId | ArtifactIdspring-statemachine-starter |
Last Version | Last Version3.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Statemachine Starter
Spring Statemachine Starter
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-statemachine-starter-3.2.0.pom | |
spring-statemachine-starter-3.2.0.jar | 324 bytes |
spring-statemachine-starter-3.2.0-sources.jar | 261 bytes |
spring-statemachine-starter-3.2.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.springframework.statemachine/spring-statemachine-starter/ -->
<dependency>
<groupId>org.springframework.statemachine</groupId>
<artifactId>spring-statemachine-starter</artifactId>
<version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.statemachine/spring-statemachine-starter/
implementation 'org.springframework.statemachine:spring-statemachine-starter:3.2.0'
// https://jarcasting.com/artifacts/org.springframework.statemachine/spring-statemachine-starter/
implementation ("org.springframework.statemachine:spring-statemachine-starter:3.2.0")
'org.springframework.statemachine:spring-statemachine-starter:jar:3.2.0'
<dependency org="org.springframework.statemachine" name="spring-statemachine-starter" rev="3.2.0">
<artifact name="spring-statemachine-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.statemachine', module='spring-statemachine-starter', version='3.2.0')
)
libraryDependencies += "org.springframework.statemachine" % "spring-statemachine-starter" % "3.2.0"
[org.springframework.statemachine/spring-statemachine-starter "3.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.statemachine : spring-statemachine-autoconfigure | jar | 3.2.0 |
org.springframework.boot : spring-boot-starter | jar | 2.6.7 |