Download curator-recipes-2.0.1-incubating.jar file - Jar c

Jar examples for c:curator-recipes

Description

All of the recipes listed on the ZooKeeper recipes doc (except two phase commit).

You can download jar file curator-recipes 2.0.1-incubating in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add curator-recipes-2.0.1-incubating.jar to your project.

<dependency>
   <groupId>org.apache.curator</groupId>
   <artifactId>curator-recipes</artifactId>
   <version>2.0.1-incubating</version>
</dependency>
compile group: 'org.apache.curator', name: 'curator-recipes', version: '2.0.1-incubating'
libraryDependencies += "org.apache.curator" % "curator-recipes" % "2.0.1-incubating"
<dependency org="org.apache.curator" name="curator-recipes" rev="2.0.1-incubating"/>
@Grapes(@Grab(group='org.apache.curator', module='curator-recipes', version='2.0.1-incubating'))
'org.apache.curator:curator-recipes:jar:2.0.1-incubating'

Download

Click the following link to download the jar file.

curator-recipes-2.0.1-incubating-javadoc.jar
curator-recipes-2.0.1-incubating-sources.jar
curator-recipes-2.0.1-incubating.jar
curator-recipes-2.0.1-incubating.pom



Related Tutorials