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