c

curator-recipes

All of the recipes listed on the ZooKeeper recipes doc (except two phase commit).
Files download
File Operation
curator-recipes-5.7.1.jar download
curator-recipes-5.7.1.pom download
curator-recipes-5.7.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.curator</groupId>
  <artifactId>curator-recipes</artifactId>
  <version>5.7.1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.curator:curator-recipes:5.7.1'
Gradle Kotlin
implementation("org.apache.curator:curator-recipes:5.7.1")
Scala SBT
libraryDependencies += "org.apache.curator" % "curator-recipes" % "5.7.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.curator', module='curator-recipes', version='5.7.1')
)
Apache Ivy
<dependency org="org.apache.curator" name="curator-recipes" rev="5.7.1" />
Leiningen
[org.apache.curator/curator-recipes "5.7.1"]
Apache Buildr
'org.apache.curator:curator-recipes:jar:5.7.1'