License |
License |
---|---|
GroupId | GroupIdorg.springframework.cloud |
ArtifactId | ArtifactIdspring-cloud-starter-zookeeper |
Last Version | Last Version3.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Cloud Starter Zookeeper
Spring Cloud Starter Zookeeper
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-zookeeper/ -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-zookeeper</artifactId>
<version>3.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-zookeeper/
implementation 'org.springframework.cloud:spring-cloud-starter-zookeeper:3.1.2'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-zookeeper/
implementation ("org.springframework.cloud:spring-cloud-starter-zookeeper:3.1.2")
'org.springframework.cloud:spring-cloud-starter-zookeeper:jar:3.1.2'
<dependency org="org.springframework.cloud" name="spring-cloud-starter-zookeeper" rev="3.1.2">
<artifact name="spring-cloud-starter-zookeeper" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-starter-zookeeper', version='3.1.2')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-starter-zookeeper" % "3.1.2"
[org.springframework.cloud/spring-cloud-starter-zookeeper "3.1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.cloud : spring-cloud-starter | jar | 3.1.3 |
org.springframework.cloud : spring-cloud-zookeeper-core | jar | 3.1.2 |