Download curator-x-discovery-2.9.1.jar file - Jar c

Jar examples for c:curator-x-discovery

Description

curator developed by Netflix

You can download jar file curator-x-discovery 2.9.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add curator-x-discovery-2.9.1.jar to your project.

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

Download

Click the following link to download the jar file.

curator-x-discovery-2.9.1-javadoc.jar
curator-x-discovery-2.9.1-sources.jar
curator-x-discovery-2.9.1.jar
curator-x-discovery-2.9.1.pom



Related Tutorials