License |
License |
---|---|
GroupId | GroupIdorg.springframework.statemachine |
ArtifactId | ArtifactIdspring-statemachine-bom |
Last Version | Last Version3.2.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSpring Statemachine (Bill of Materials)
Spring Statemachine (Bill of Materials)
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-statemachine-bom-3.2.0.pom | |
spring-statemachine-bom-3.2.0.txt | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.springframework.statemachine/spring-statemachine-bom/ -->
<dependency>
<groupId>org.springframework.statemachine</groupId>
<artifactId>spring-statemachine-bom</artifactId>
<version>3.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.statemachine/spring-statemachine-bom/
implementation 'org.springframework.statemachine:spring-statemachine-bom:3.2.0'
// https://jarcasting.com/artifacts/org.springframework.statemachine/spring-statemachine-bom/
implementation ("org.springframework.statemachine:spring-statemachine-bom:3.2.0")
'org.springframework.statemachine:spring-statemachine-bom:pom:3.2.0'
<dependency org="org.springframework.statemachine" name="spring-statemachine-bom" rev="3.2.0">
<artifact name="spring-statemachine-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.statemachine', module='spring-statemachine-bom', version='3.2.0')
)
libraryDependencies += "org.springframework.statemachine" % "spring-statemachine-bom" % "3.2.0"
[org.springframework.statemachine/spring-statemachine-bom "3.2.0"]