c

curator-recipes

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