b

bark

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