Last Version

Apache ZooKeeper 3.6.3.1

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.

License

License

Categories

Categories

Native Development Tools
GroupId

GroupId

io.streamnative
ArtifactId

ArtifactId

parent
Version

Version

3.6.3.1
Type

Type

pom
Description

Description

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.
Project URL

Project URL

http://zookeeper.apache.org
Project Organization

Project Organization

The Apache Software Foundation
Source Code Management

Source Code Management

https://github.com/streamnative/zookeeper

Download parent 3.6.3.1

Filename Size
parent-3.6.3.1.pom 35 KB
Browse

<!-- https://jarcasting.com/artifacts/io.streamnative/parent/ -->
<dependency>
    <groupId>io.streamnative</groupId>
    <artifactId>parent</artifactId>
    <version>3.6.3.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.streamnative/parent/
implementation 'io.streamnative:parent:3.6.3.1'
// https://jarcasting.com/artifacts/io.streamnative/parent/
implementation ("io.streamnative:parent:3.6.3.1")
'io.streamnative:parent:pom:3.6.3.1'
<dependency org="io.streamnative" name="parent" rev="3.6.3.1">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.streamnative', module='parent', version='3.6.3.1')
)
libraryDependencies += "io.streamnative" % "parent" % "3.6.3.1"
[io.streamnative/parent "3.6.3.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • zookeeper-docs
  • zookeeper-jute
  • zookeeper-server
  • zookeeper-metrics-providers
  • zookeeper-client
  • zookeeper-recipes
  • zookeeper-assembly
  • zookeeper-compatibility-tests