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 3.2.1 in this page.
The Apache Software License, Version 2.0
You can use the following script to add curator-recipes-3.2.1.jar to your project.
<dependency> <groupId>org.apache.curator</groupId> <artifactId>curator-recipes</artifactId> <version>3.2.1</version> </dependency>
compile group: 'org.apache.curator', name: 'curator-recipes', version: '3.2.1'
libraryDependencies += "org.apache.curator" % "curator-recipes" % "3.2.1"
<dependency org="org.apache.curator" name="curator-recipes" rev="3.2.1"/>
@Grapes(@Grab(group='org.apache.curator', module='curator-recipes', version='3.2.1'))
'org.apache.curator:curator-recipes:jar:3.2.1'
Click the following link to download the jar file.
curator-recipes-3.2.1-sources.jar