MVN

io.streamnative.stats : bookkeeper-stats-utils

Maven & Gradle

Jun 07, 2023
3 stars

Apache BookKeeper :: Stats :: Utils

<dependency>
    <groupId>io.streamnative.stats</groupId>
    <artifactId>bookkeeper-stats-utils</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-utils 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-utils to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>io.streamnative.stats</groupId>
    <artifactId>bookkeeper-stats-utils</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-utils gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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