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