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