<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-zookeeper-discovery</artifactId>
<version>4.0.0</version>
</dependency>
implementation 'org.springframework.cloud:spring-cloud-starter-zookeeper-discovery:4.0.0'
implementation("org.springframework.cloud:spring-cloud-starter-zookeeper-discovery:4.0.0")
libraryDependencies += "org.springframework.cloud" % "spring-cloud-starter-zookeeper-discovery" % "4.0.0"
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-starter-zookeeper-discovery', version='4.0.0')
)
<dependency org="org.springframework.cloud" name="spring-cloud-starter-zookeeper-discovery" rev="4.0.0" />
<parent> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-zookeeper</artifactId> <version>4.0.0</version> </parent>
compile
|-- org.springframework.cloud:spring-cloud-starter-zookeeper:4.0.0
|-- org.springframework.cloud:spring-cloud-zookeeper-discovery:4.0.0
|-- org.apache.curator:curator-x-discovery:5.1.0
|-- org.springframework.cloud:spring-cloud-starter-loadbalancer:4.0.0