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