MVN

org.apache.zookeeper : parent

Maven & Gradle

Jul 19, 2023
1 usages

Apache ZooKeeper · ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. All of these kinds of services are used in some form or another by distributed applications. Each time they are implemented there is a lot of work that goes into fixing the bugs and race conditions that are inevitable. Because of the difficulty of implementing these kinds of services, applications initially usually skimp on them ,which make them brittle in the presence of change and difficult to manage. Even when done correctly, different implementations of these services lead to management complexity when the applications are deployed.

<dependency>
    <groupId>org.apache.zookeeper</groupId>
    <artifactId>parent</artifactId>
    <version>3.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.zookeeper : parent to add to Maven - Latest Versions:

  • Latest Stable: 3.9.0

All Versions

Choose a version of org.apache.zookeeper : parent to add to Maven - All Versions:

Version Vulnerabilities Updated
3.9.x
parent-3.9.0
3.8.x
parent-3.8.2
parent-3.8.1
parent-3.8.0
3.7.x
parent-3.7.1
parent-3.7.0
3.6.x
parent-3.6.4
parent-3.6.3
parent-3.6.2
parent-3.6.1
parent-3.6.0
3.5.x
parent-3.5.10
parent-3.5.9
parent-3.5.8
parent-3.5.7
parent-3.5.6
parent-3.5.5

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.zookeeper</groupId>
    <artifactId>parent</artifactId>
    <version>3.9.0</version>
</dependency>