Last Version

Apache Curator ZKClient Bridge 3.0.0

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.

License

License

Categories

Categories

Net CLI User Interface
GroupId

GroupId

com.netflix.curator
ArtifactId

ArtifactId

curator-x-zkclient-bridge
Version

Version

3.0.0
Type

Type

jar
Description

Description

Apache Curator 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.
Project URL

Project URL

http://curator.apache.org

Download curator-x-zkclient-bridge 3.0.0


<!-- https://jarcasting.com/artifacts/com.netflix.curator/curator-x-zkclient-bridge/ -->
<dependency>
    <groupId>com.netflix.curator</groupId>
    <artifactId>curator-x-zkclient-bridge</artifactId>
    <version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.curator/curator-x-zkclient-bridge/
implementation 'com.netflix.curator:curator-x-zkclient-bridge:3.0.0'
// https://jarcasting.com/artifacts/com.netflix.curator/curator-x-zkclient-bridge/
implementation ("com.netflix.curator:curator-x-zkclient-bridge:3.0.0")
'com.netflix.curator:curator-x-zkclient-bridge:jar:3.0.0'
<dependency org="com.netflix.curator" name="curator-x-zkclient-bridge" rev="3.0.0">
  <artifact name="curator-x-zkclient-bridge" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.curator', module='curator-x-zkclient-bridge', version='3.0.0')
)
libraryDependencies += "com.netflix.curator" % "curator-x-zkclient-bridge" % "3.0.0"
[com.netflix.curator/curator-x-zkclient-bridge "3.0.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.curator : curator-framework jar 2.7.1
com.101tec : zkclient jar 0.4

test (3)

Group / Artifact Type Version
org.apache.curator : curator-test jar 2.7.1
junit : junit jar 4.12
org.mockito : mockito-core jar 1.10.19

Project Modules

There are no modules declared in this project.