<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-zookeeper-core</artifactId>
<version>2.2.0.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.cloud" % "spring-cloud-zookeeper-core" % "2.2.0.RELEASE"
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-zookeeper-core', version='2.2.0.RELEASE')
)
<dependency org="org.springframework.cloud" name="spring-cloud-zookeeper-core" rev="2.2.0.RELEASE" />
<parent> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-zookeeper</artifactId> <version>2.2.0.RELEASE</version> </parent>
compile
|-- org.springframework.boot:spring-boot-configuration-processor:2.2.1.RELEASE
|-- org.springframework.boot:spring-boot-starter-web:2.2.1.RELEASE
|-- org.springframework.boot:spring-boot-starter-actuator:2.2.1.RELEASE
|-- org.springframework.cloud:spring-cloud-commons:2.2.0.RELEASE
|-- org.apache.curator:curator-framework:4.0.1
|-- org.springframework.boot:spring-boot-autoconfigure-processor:2.2.1.RELEASE