Files download
File Operation
bookkeeper-http-4.14.7.1_attentive.pom download
Apache Maven
<dependency>
  <groupId>io.streamnative.http</groupId>
  <artifactId>bookkeeper-http</artifactId>
  <version>4.14.7.1_attentive</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.streamnative.http:bookkeeper-http:4.14.7.1_attentive'
Gradle Kotlin
implementation("io.streamnative.http:bookkeeper-http:4.14.7.1_attentive")
Scala SBT
libraryDependencies += "io.streamnative.http" % "bookkeeper-http" % "4.14.7.1_attentive"
Groovy Grape
@Grapes(
  @Grab(group='io.streamnative.http', module='bookkeeper-http', version='4.14.7.1_attentive')
)
Apache Ivy
<dependency org="io.streamnative.http" name="bookkeeper-http" rev="4.14.7.1_attentive" />
Leiningen
[io.streamnative.http/bookkeeper-http "4.14.7.1_attentive"]
Apache Buildr
'io.streamnative.http:bookkeeper-http:jar:4.14.7.1_attentive'