| License |
License |
|---|---|
| GroupId | GroupIdio.vertx |
| ArtifactId | ArtifactIdvertx-zookeeper |
| Version | Version4.2.2 |
| Type | Typejar |
| Description |
DescriptionVert.x Zookeeper Cluster Manager
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Project Organization |
Project OrganizationEclipse |
| Filename | Size |
|---|---|
| vertx-zookeeper-4.2.2.pom | |
| vertx-zookeeper-4.2.2.jar | 50 KB |
| vertx-zookeeper-4.2.2-tests.jar | 34 KB |
| vertx-zookeeper-4.2.2-test-sources.jar | 16 KB |
| vertx-zookeeper-4.2.2-sources.jar | 21 KB |
| vertx-zookeeper-4.2.2-javadoc.jar | 26 KB |
| vertx-zookeeper-4.2.2-docs.zip | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.vertx/vertx-zookeeper/ -->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-zookeeper</artifactId>
<version>4.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/vertx-zookeeper/
implementation 'io.vertx:vertx-zookeeper:4.2.2'
// https://jarcasting.com/artifacts/io.vertx/vertx-zookeeper/
implementation ("io.vertx:vertx-zookeeper:4.2.2")
'io.vertx:vertx-zookeeper:jar:4.2.2'
<dependency org="io.vertx" name="vertx-zookeeper" rev="4.2.2">
<artifact name="vertx-zookeeper" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-zookeeper', version='4.2.2')
)
libraryDependencies += "io.vertx" % "vertx-zookeeper" % "4.2.2"
[io.vertx/vertx-zookeeper "4.2.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.vertx : vertx-web Optional | jar | |
| org.apache.curator : curator-framework | jar | 4.3.0 |
| org.apache.zookeeper : zookeeper | jar | 3.5.9 |
| org.apache.curator : curator-recipes | jar | 4.3.0 |
| com.google.guava : guava | jar | 27.0.1-jre |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.25 |
| log4j : log4j | jar | 1.2.17 |
| Group / Artifact | Type | Version |
|---|---|---|
| io.vertx : vertx-codegen | jar | |
| io.vertx : vertx-core | jar | |
| io.vertx : vertx-docgen | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.apache.curator : curator-test | jar | 4.3.0 |
| io.vertx : vertx-core | test-jar | |
| io.vertx : vertx-web | test-jar | |
| io.vertx : vertx-service-discovery | jar | |
| io.vertx : vertx-service-proxy | jar | |
| io.vertx : vertx-service-discovery | test-jar | |
| org.assertj : assertj-core | jar | 3.3.0 |
| com.jayway.awaitility : awaitility | jar | 1.7.0 |