bark

Helping the ZooKeeper help you

Лицензия

Лицензия

Группа

Группа

com.addthis
Идентификатор

Идентификатор

bark
Последняя версия

Последняя версия

2.1.5
Дата

Дата

Тип

Тип

jar
Описание

Описание

bark
Helping the ZooKeeper help you
Организация-разработчик

Организация-разработчик

AddThis
Система контроля версий

Система контроля версий

https://github.com/addthis/bark

Скачать bark

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (8)

Идентификатор библиотеки Тип Версия
com.google.code.findbugs : jsr305 jar 2.0.3
org.slf4j : slf4j-api jar 1.7.7
org.slf4j : log4j-over-slf4j Необязательный 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 Необязательный jar 1.2

provided (1)

Идентификатор библиотеки Тип Версия
junit : junit Необязательный jar 4.11

test (1)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-simple jar 1.7.7

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
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