License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdorg.dmonix.junit |
ArtifactId | ArtifactIdzookeeper-junit |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionZooKeeper JUnit
Utility for managing a ZooKeeper server during JUnit testing
|
Project URL |
Project URL |
Filename | Size |
---|---|
zookeeper-junit-1.2.pom | |
zookeeper-junit-1.2.jar | 12 KB |
zookeeper-junit-1.2-sources.jar | 8 KB |
zookeeper-junit-1.2-javadoc.jar | 42 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.zookeeper : zookeeper | jar | 3.4.7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
ch.qos.logback : logback-classic | jar | 1.1.3 |