Jar examples for c:curator-framework
High-level API that greatly simplifies using ZooKeeper.
You can download jar file curator-framework 1.2.4 in this page.
The Apache Software License, Version 2.0
You can use the following script to add curator-framework-1.2.4.jar to your project.
<dependency> <groupId>com.netflix.curator</groupId> <artifactId>curator-framework</artifactId> <version>1.2.4</version> </dependency>
compile group: 'com.netflix.curator', name: 'curator-framework', version: '1.2.4'
libraryDependencies += "com.netflix.curator" % "curator-framework" % "1.2.4"
<dependency org="com.netflix.curator" name="curator-framework" rev="1.2.4"/>
@Grapes(@Grab(group='com.netflix.curator', module='curator-framework', version='1.2.4'))
'com.netflix.curator:curator-framework:jar:1.2.4'
Click the following link to download the jar file.
curator-framework-1.2.4-javadoc.jar