Download curator-test-2.7.0.jar file - Jar c

Jar examples for c:curator-test

Description

curator developed by Netflix

You can download jar file curator-test 2.7.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add curator-test-2.7.0.jar to your project.

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

Download

Click the following link to download the jar file.

curator-test-2.7.0-javadoc.jar
curator-test-2.7.0-sources.jar
curator-test-2.7.0.jar
curator-test-2.7.0.pom



Related Tutorials