<dependency>
<groupId>org.springframework.statemachine</groupId>
<artifactId>spring-statemachine-samples-showcase</artifactId>
<version>3.2.1</version>
</dependency>
implementation group: 'org.springframework.statemachine', name: 'spring-statemachine-samples-showcase', version: '3.2.1'
implementation 'org.springframework.statemachine:spring-statemachine-samples-showcase:3.2.1'
implementation("org.springframework.statemachine:spring-statemachine-samples-showcase:3.2.1")
libraryDependencies += "org.springframework.statemachine" % "spring-statemachine-samples-showcase" % "3.2.1"
<dependency org="org.springframework.statemachine" name="spring-statemachine-samples-showcase" rev="3.2.1"/>
@Grapes(
@Grab(group='org.springframework.statemachine', module='spring-statemachine-samples-showcase', version='3.2.1')
)
[org.springframework.statemachine/spring-statemachine-samples-showcase "3.2.1"]
'org.springframework.statemachine:spring-statemachine-samples-showcase:jar:3.2.1'