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