High-level API that greatly simplifies using ZooKeeper, providing recipes for distributed coordination.
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-framework</artifactId>
<version>5.9.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create and start a Curator ZooKeeper client
Ensure your ZooKeeper server version is 3.6.x or higher when using Curator 5.x.
No dependency data recorded yet.