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