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