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