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