MVN

io.streamnative.stats : bookkeeper-stats-api

Maven & Gradle

Jun 07, 2023
12 usages
3 stars

Apache BookKeeper :: Stats API

<dependency>
    <groupId>io.streamnative.stats</groupId>
    <artifactId>bookkeeper-stats-api</artifactId>
    <version>branch-4.14.7.1_d4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.streamnative.stats : bookkeeper-stats-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: branch-4.14.7.1_d4

All Versions

Choose a version of io.streamnative.stats : bookkeeper-stats-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.15.x
bookkeeper-stats-api-4.15.4.1_arrowstreet
4.14.x
bookkeeper-stats-api-4.14.7.1_attentive
bookkeeper-stats-api-4.14.7.2-arrowstreet
bookkeeper-stats-api-4.14.7.1-arrowstreet
bookkeeper-stats-api-4.14.5.1-iterable
bookkeeper-stats-api-4.14.5.1-arrowstreet
bookkeeper-stats-api-4.14.3.1
branch
bookkeeper-stats-api-branch-4.14.7.1_d4

How to add a dependency to Maven

Add the following io.streamnative.stats : bookkeeper-stats-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.streamnative.stats</groupId>
    <artifactId>bookkeeper-stats-api</artifactId>
    <version>branch-4.14.7.1_d4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.streamnative.stats : bookkeeper-stats-api gradle dependency to your build.gradle file:

implementation 'io.streamnative.stats:bookkeeper-stats-api:branch-4.14.7.1_d4'

Gradle Kotlin DSL: Add the following io.streamnative.stats : bookkeeper-stats-api gradle kotlin dependency to your build.gradle.kts file:

implementation("io.streamnative.stats:bookkeeper-stats-api:branch-4.14.7.1_d4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.streamnative.stats : bookkeeper-stats-api sbt scala dependency to your build.sbt file:

libraryDependencies += "io.streamnative.stats" % "bookkeeper-stats-api" % "branch-4.14.7.1_d4"

Advertisement