Download curator-recipes-1.2.5.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 1.2.5 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

curator-recipes-1.2.5-javadoc.jar
curator-recipes-1.2.5-sources.jar
curator-recipes-1.2.5.jar
curator-recipes-1.2.5.pom



Related Tutorials