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

Jar examples for c:curator-test

Description

curator developed by Netflix

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

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials