<dependency>
<groupId>uk.co.qorr</groupId>
<artifactId>hvalspik-extensions-zookeeper</artifactId>
<version>1.5.8</version>
</dependency>
@Grapes(
@Grab(group='uk.co.qorr', module='hvalspik-extensions-zookeeper', version='1.5.8')
)
<parent> <groupId>uk.co.qorr</groupId> <artifactId>hvalspik-parent</artifactId> <version>1.5.8</version> </parent>
compile
|-- org.apache.curator:curator-client
|-- org.apache.curator:curator-framework
|-- org.hamcrest:hamcrest-core
|-- org.hamcrest:hamcrest-library
runtime
|-- org.slf4j:log4j-over-slf4j
test
|-- uk.co.qorr:hvalspik-junit4
|-- junit:junit