All of the recipes listed on the ZooKeeper recipes doc (except two phase commit).
'org.apache.curator:curator-recipes:2.2.0-incubating'
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-recipes</artifactId>
<version>2.2.0-incubating</version>
</dependency>
<dependency org="org.apache.curator" name="curator-recipes" rev="2.2.0-incubating"/>
"org.apache.curator", "curator-recipes", "2.2.0-incubating"