<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-zookeeper-master</artifactId>
<version>3.14.9</version>
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-zookeeper-master', version='3.14.9')
)
<parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> <version>3.14.9</version> </parent>
compile
|-- org.apache.camel:camel-support:3.14.9
|-- org.apache.zookeeper:zookeeper:3.5.9
|-- org.apache.curator:curator-framework:4.3.0
|-- com.google.guava:guava:28.2-jre
|-- org.apache.curator:curator-recipes:4.3.0
|-- com.fasterxml.jackson.core:jackson-core:2.12.7