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