is not current version
Last Version 2.1.2

com.bazaarvoice.curator:test 1.2.0

Testing helpers for writing unit tests that use Apache ZooKeeper and Netflix's Curator.

GroupId

GroupId

com.bazaarvoice.curator
ArtifactId

ArtifactId

test
Version

Version

1.2.0
Type

Type

jar

Download test 1.2.0


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