b

bark

Helping the ZooKeeper help you
Apache License, Version 2.0
Files download
File Operation
bark-2.1.1.jar download
bark-2.1.1.pom download
bark-2.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.addthis</groupId>
  <artifactId>bark</artifactId>
  <version>2.1.1</version>
</dependency>
Gradle Groovy
implementation 'com.addthis:bark:2.1.1'
Gradle Kotlin
implementation("com.addthis:bark:2.1.1")
Scala SBT
libraryDependencies += "com.addthis" % "bark" % "2.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.addthis', module='bark', version='2.1.1')
)
Apache Ivy
<dependency org="com.addthis" name="bark" rev="2.1.1" />
Leiningen
[com.addthis/bark "2.1.1"]
Apache Buildr
'com.addthis:bark:jar:2.1.1'