c

curator-x-zkclient-bridge

You may be trying to integrate a project that uses ZKClient and would like a way to use Curator with that project (for example Kafka). The ZKClient Bridge accomplishes that.
http://curator.apache.org
The Apache Software License, Version 2.0
Files download
File Operation
curator-x-zkclient-bridge-3.0.0.jar download
curator-x-zkclient-bridge-3.0.0.pom download
curator-x-zkclient-bridge-3.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.netflix.curator</groupId>
  <artifactId>curator-x-zkclient-bridge</artifactId>
  <version>3.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.netflix.curator:curator-x-zkclient-bridge:3.0.0'
Gradle Kotlin
implementation("com.netflix.curator:curator-x-zkclient-bridge:3.0.0")
Scala SBT
libraryDependencies += "com.netflix.curator" % "curator-x-zkclient-bridge" % "3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.netflix.curator', module='curator-x-zkclient-bridge', version='3.0.0')
)
Apache Ivy
<dependency org="com.netflix.curator" name="curator-x-zkclient-bridge" rev="3.0.0" />
Leiningen
[com.netflix.curator/curator-x-zkclient-bridge "3.0.0"]
Apache Buildr
'com.netflix.curator:curator-x-zkclient-bridge:jar:3.0.0'