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