b

bark

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