c

curator-recipes

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