is not current version
Last Version 3.2.0

org.springframework.statemachine:spring-statemachine-bom 2.3.0

Spring Statemachine (Bill of Materials)

GroupId

GroupId

org.springframework.statemachine
ArtifactId

ArtifactId

spring-statemachine-bom
Version

Version

2.3.0
Type

Type

pom

Download spring-statemachine-bom 2.3.0


<!-- https://jarcasting.com/artifacts/org.springframework.statemachine/spring-statemachine-bom/ -->
<dependency>
    <groupId>org.springframework.statemachine</groupId>
    <artifactId>spring-statemachine-bom</artifactId>
    <version>2.3.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.statemachine/spring-statemachine-bom/
implementation 'org.springframework.statemachine:spring-statemachine-bom:2.3.0'
// https://jarcasting.com/artifacts/org.springframework.statemachine/spring-statemachine-bom/
implementation ("org.springframework.statemachine:spring-statemachine-bom:2.3.0")
'org.springframework.statemachine:spring-statemachine-bom:pom:2.3.0'
<dependency org="org.springframework.statemachine" name="spring-statemachine-bom" rev="2.3.0">
  <artifact name="spring-statemachine-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.statemachine', module='spring-statemachine-bom', version='2.3.0')
)
libraryDependencies += "org.springframework.statemachine" % "spring-statemachine-bom" % "2.3.0"
[org.springframework.statemachine/spring-statemachine-bom "2.3.0"]