ZooKeeper JUnit

Utility for managing a ZooKeeper server during JUnit testing

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.dmonix.junit
ArtifactId

ArtifactId

zookeeper-junit
Last Version

Last Version

1.2
Release Date

Release Date

Type

Type

jar
Description

Description

ZooKeeper JUnit
Utility for managing a ZooKeeper server during JUnit testing
Project URL

Project URL

https://github.com/pnerg/zookeeper-junit

Download zookeeper-junit

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.dmonix.functional : java-scala-utils jar 1.11
org.dmonix.util : io-util jar 1.1
org.dmonix.junit : junit-extensions jar 1.1

provided (1)

Group / Artifact Type Version
org.apache.zookeeper : zookeeper jar 3.4.7

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
ch.qos.logback : logback-classic jar 1.1.3

Project Modules

There are no modules declared in this project.

Versions

Version
1.2
1.1
1.0