<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-zookeeper-master</artifactId>
<version>4.0.5</version>
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-zookeeper-master', version='4.0.5')
)
<parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> <version>4.0.5</version> </parent>
compile
|-- org.apache.camel:camel-support:4.0.5
|-- org.apache.zookeeper:zookeeper:3.9.0
|-- org.apache.curator:curator-framework:5.5.0
|-- org.apache.curator:curator-recipes:5.5.0
|-- com.fasterxml.jackson.core:jackson-core:2.15.3