is not current version
Last Version 0.0.3

com.palantir:curator-test-rule 0.0.2

This project provides a JUnit TestRule that manages the startup and shutdown of the underlying ZooKeeperServer. The TestRule also includes a way of getting CuratorFramework instances that automatically connect and disconnect from the underlying ZooKeeperServer based on the scope of rule.

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.palantir
ArtifactId

ArtifactId

curator-test-rule
Version

Version

0.0.2
Type

Type

jar

Download curator-test-rule 0.0.2


<!-- https://jarcasting.com/artifacts/com.palantir/curator-test-rule/ -->
<dependency>
    <groupId>com.palantir</groupId>
    <artifactId>curator-test-rule</artifactId>
    <version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.palantir/curator-test-rule/
implementation 'com.palantir:curator-test-rule:0.0.2'
// https://jarcasting.com/artifacts/com.palantir/curator-test-rule/
implementation ("com.palantir:curator-test-rule:0.0.2")
'com.palantir:curator-test-rule:jar:0.0.2'
<dependency org="com.palantir" name="curator-test-rule" rev="0.0.2">
  <artifact name="curator-test-rule" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.palantir', module='curator-test-rule', version='0.0.2')
)
libraryDependencies += "com.palantir" % "curator-test-rule" % "0.0.2"
[com.palantir/curator-test-rule "0.0.2"]