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