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