<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-zookeeper-discovery</artifactId>
<version>1.2.1.RELEASE</version>
</dependency>
implementation 'org.springframework.cloud:spring-cloud-zookeeper-discovery:1.2.1.RELEASE'
implementation("org.springframework.cloud:spring-cloud-zookeeper-discovery:1.2.1.RELEASE")
libraryDependencies += "org.springframework.cloud" % "spring-cloud-zookeeper-discovery" % "1.2.1.RELEASE"
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-zookeeper-discovery', version='1.2.1.RELEASE')
)
<dependency org="org.springframework.cloud" name="spring-cloud-zookeeper-discovery" rev="1.2.1.RELEASE" />
<parent> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-zookeeper</artifactId> <version>1.2.1.RELEASE</version> </parent>
compile
|-- org.springframework.cloud:spring-cloud-zookeeper-core
|-- org.springframework.cloud:spring-cloud-commons
|-- org.springframework.boot:spring-boot-starter
|-- org.springframework.boot:spring-boot-configuration-processor
|-- org.springframework:spring-web
|-- org.springframework.boot:spring-boot-starter-actuator
|-- org.apache.curator:curator-x-discovery
|-- org.springframework.cloud:spring-cloud-netflix-core
|-- org.springframework.cloud:spring-cloud-starter-archaius
|-- com.netflix.ribbon:ribbon-core
|-- com.netflix.ribbon:ribbon-loadbalancer
|-- com.netflix.ribbon:ribbon-httpclient
|-- io.github.openfeign:feign-core
test
|-- org.springframework.boot:spring-boot-starter-web
|-- org.springframework.boot:spring-boot-starter-test
|-- org.apache.curator:curator-test
|-- org.hamcrest:hamcrest-core
|-- org.springframework.cloud:spring-cloud-starter-feign
|-- com.github.tomakehurst:wiremock:1.53