GroupId | GroupIdorg.springframework.statemachine |
---|---|
ArtifactId | ArtifactIdspring-statemachine-starter |
Version | Version2.2.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.springframework.statemachine/spring-statemachine-starter/ -->
<dependency>
<groupId>org.springframework.statemachine</groupId>
<artifactId>spring-statemachine-starter</artifactId>
<version>2.2.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.statemachine/spring-statemachine-starter/
implementation 'org.springframework.statemachine:spring-statemachine-starter:2.2.0.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.statemachine/spring-statemachine-starter/
implementation ("org.springframework.statemachine:spring-statemachine-starter:2.2.0.RELEASE")
'org.springframework.statemachine:spring-statemachine-starter:jar:2.2.0.RELEASE'
<dependency org="org.springframework.statemachine" name="spring-statemachine-starter" rev="2.2.0.RELEASE">
<artifact name="spring-statemachine-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.statemachine', module='spring-statemachine-starter', version='2.2.0.RELEASE')
)
libraryDependencies += "org.springframework.statemachine" % "spring-statemachine-starter" % "2.2.0.RELEASE"
[org.springframework.statemachine/spring-statemachine-starter "2.2.0.RELEASE"]