<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-zookeeper-core</artifactId>
<version>1.1.2.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.cloud" % "spring-cloud-zookeeper-core" % "1.1.2.RELEASE"
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-zookeeper-core', version='1.1.2.RELEASE')
)
<dependency org="org.springframework.cloud" name="spring-cloud-zookeeper-core" rev="1.1.2.RELEASE" />
<parent> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-zookeeper</artifactId> <version>1.1.2.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
test
|-- org.apache.curator:curator-test
|-- org.springframework.boot:spring-boot-starter-test
|-- org.spockframework:spock-core
|-- org.spockframework:spock-spring