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