bark

Helping the ZooKeeper help you

License

License

GroupId

GroupId

com.addthis
ArtifactId

ArtifactId

bark
Last Version

Last Version

2.1.5
Release Date

Release Date

Type

Type

jar
Description

Description

bark
Helping the ZooKeeper help you
Project Organization

Project Organization

AddThis
Source Code Management

Source Code Management

https://github.com/addthis/bark

Download bark

How to add to project

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

Dependencies

compile (8)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 2.0.3
org.slf4j : slf4j-api jar 1.7.7
org.slf4j : log4j-over-slf4j Optional jar 1.7.7
org.apache.zookeeper : zookeeper jar 3.4.6
io.netty : netty jar 3.9.3.Final
org.apache.curator : curator-recipes jar 2.8.0
org.apache.curator : curator-test jar 2.8.0
commons-cli : commons-cli Optional jar 1.2

provided (1)

Group / Artifact Type Version
junit : junit Optional jar 4.11

test (1)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.7

Project Modules

There are no modules declared in this project.

bark

It's like a floating zoo

bark is a library that contains various bits of Apache ZooKeeper utility code that does not have any better home and rises up to sail alone. Most classes use zkclient instead of using the zookeeper library directly.

If you are looking for a more general purpose library you might want to use zkclient itself or Apache Curator.

Building

mvn test

Use

<dependency>
  <groupId>com.addthis</groupId>
  <artifactId>bark</artifactId>
  <version>latest-and-greatest</version>
</dependency>

You can either install locally, or releases will eventually make their way to maven central.

Administrative

Versioning

It's x.y.z where:

  • x: something major happened
  • y: next release
  • z: bug fix only

License

bundle is released under the Apache License Version 2.0. See Apache or the LICENSE for details.

com.addthis

AddThis

Versions

Version
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0