Download curator-framework-4.0.1.jar file - Jar c

Jar examples for c:curator-framework

Description

High-level API that greatly simplifies using ZooKeeper.

You can download jar file curator-framework 4.0.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add curator-framework-4.0.1.jar to your project.

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

Download

Click the following link to download the jar file.

curator-framework-4.0.1-javadoc.jar
curator-framework-4.0.1-sources.jar
curator-framework-4.0.1-tests.jar
curator-framework-4.0.1.jar
curator-framework-4.0.1.pom



Related Tutorials