Jar examples for c:curator-recipes
All of the recipes listed on the ZooKeeper recipes doc (except two phase commit).
You can download jar file curator-recipes 1.0.2 in this page.
The Apache Software License, Version 2.0
You can use the following script to add curator-recipes-1.0.2.jar to your project.
<dependency> <groupId>com.netflix.curator</groupId> <artifactId>curator-recipes</artifactId> <version>1.0.2</version> </dependency>
compile group: 'com.netflix.curator', name: 'curator-recipes', version: '1.0.2'
libraryDependencies += "com.netflix.curator" % "curator-recipes" % "1.0.2"
<dependency org="com.netflix.curator" name="curator-recipes" rev="1.0.2"/>
@Grapes(@Grab(group='com.netflix.curator', module='curator-recipes', version='1.0.2'))
'com.netflix.curator:curator-recipes:jar:1.0.2'
Click the following link to download the jar file.
curator-recipes-1.0.2-javadoc.jar