Indoqa Zookeeper

A simple state machine operating on Apache ZooKeeper

License

License

GroupId

GroupId

com.indoqa
ArtifactId

ArtifactId

indoqa-zookeeper
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Indoqa Zookeeper
A simple state machine operating on Apache ZooKeeper
Project URL

Project URL

https://github.com/indoqa/indoqa-zookeeper/
Project Organization

Project Organization

Indoqa Software Design und Beratung GmbH
Source Code Management

Source Code Management

https://github.com/Indoqa/indoqa-zookeeper

Download indoqa-zookeeper

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.zookeeper : zookeeper jar 3.4.10
org.slf4j : slf4j-api jar 1.7.12

test (3)

Group / Artifact Type Version
org.apache.curator : curator-test jar 2.12.0
org.slf4j : slf4j-log4j12 jar 1.7.12
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

indoqa-zookeeper

Provides a simple state machine for executing operations on an Apache ZooKeeper ensemble.

The execution supports automatic reconnects and restarts of operations and a simplified API to create, read, write, and delete nodes and access to their data.

com.indoqa

Indoqa

Versions

Version
1.0.1
1.0.0