<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-config-zookeeper</artifactId> <version>4.3.3</version> </dependency>
implementation 'io.vertx:vertx-config-zookeeper:4.3.3'
implementation("io.vertx:vertx-config-zookeeper:4.3.3")
libraryDependencies += "io.vertx" % "vertx-config-zookeeper" % "4.3.3"
@Grapes( @Grab(group='io.vertx', module='vertx-config-zookeeper', version='4.3.3') )
<dependency org="io.vertx" name="vertx-config-zookeeper" rev="4.3.3" />
[io.vertx/vertx-config-zookeeper "4.3.3"]
'io.vertx:vertx-config-zookeeper:jar:4.3.3'
<parent> <groupId>io.vertx</groupId> <artifactId>vertx-config-parent</artifactId> <version>4.3.3</version> </parent>
compile
|-- io.vertx:vertx-config
|-- org.apache.curator:curator-framework:2.13.0
|-- org.apache.zookeeper:zookeeper:3.4.14
|-- org.slf4j:slf4j-api:1.7.21
test
|-- com.google.guava:guava:30.1.1-jre
|-- org.apache.curator:curator-test:2.13.0