Download curator-client-1.1.16.jar file - Jar c

Jar examples for c:curator-client

Description

curator developed by Netflix

You can download jar file curator-client 1.1.16 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add curator-client-1.1.16.jar to your project.

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

Download

Click the following link to download the jar file.

curator-client-1.1.16-javadoc.jar
curator-client-1.1.16-sources.jar
curator-client-1.1.16.jar
curator-client-1.1.16.pom



Related Tutorials