文件下载
文件名 操作
bookkeeper-stats-utils-4.17.0.1.jar 下载
bookkeeper-stats-utils-4.17.0.1.pom 下载
bookkeeper-stats-utils-4.17.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.streamnative.stats</groupId>
  <artifactId>bookkeeper-stats-utils</artifactId>
  <version>4.17.0.1</version>
</dependency>
Gradle Groovy
implementation 'io.streamnative.stats:bookkeeper-stats-utils:4.17.0.1'
Gradle Kotlin
implementation("io.streamnative.stats:bookkeeper-stats-utils:4.17.0.1")
Scala SBT
libraryDependencies += "io.streamnative.stats" % "bookkeeper-stats-utils" % "4.17.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.streamnative.stats', module='bookkeeper-stats-utils', version='4.17.0.1')
)
Apache Ivy
<dependency org="io.streamnative.stats" name="bookkeeper-stats-utils" rev="4.17.0.1" />
Leiningen
[io.streamnative.stats/bookkeeper-stats-utils "4.17.0.1"]
Apache Buildr
'io.streamnative.stats:bookkeeper-stats-utils:jar:4.17.0.1'