c

curator-recipes

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