License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdcom.palantir |
ArtifactId | ArtifactIdcurator-test-rule |
Version | Version0.0.3 |
Type | Typejar |
Description |
Descriptioncurator-test-rule
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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
curator-test-rule-0.0.3.pom | |
curator-test-rule-0.0.3.jar | 10 KB |
curator-test-rule-0.0.3-sources.jar | 8 KB |
curator-test-rule-0.0.3-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.palantir/curator-test-rule/ -->
<dependency>
<groupId>com.palantir</groupId>
<artifactId>curator-test-rule</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.palantir/curator-test-rule/
implementation 'com.palantir:curator-test-rule:0.0.3'
// https://jarcasting.com/artifacts/com.palantir/curator-test-rule/
implementation ("com.palantir:curator-test-rule:0.0.3")
'com.palantir:curator-test-rule:jar:0.0.3'
<dependency org="com.palantir" name="curator-test-rule" rev="0.0.3">
<artifact name="curator-test-rule" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.palantir', module='curator-test-rule', version='0.0.3')
)
libraryDependencies += "com.palantir" % "curator-test-rule" % "0.0.3"
[com.palantir/curator-test-rule "0.0.3"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.slf4j : slf4j-api | jar | 1.7.12 |
com.google.guava : guava | jar | 18.0 |
org.apache.curator : curator-framework | jar | 2.8.0 |
commons-io : commons-io | jar | 2.4 |
com.google.code.findbugs : jsr305 | jar | 3.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy-all | jar | 2.4.3 |
ch.qos.logback : logback-classic | jar | 1.1.3 |