GroupId | GroupIdorg.apache.bookkeeper.stats |
---|---|
ArtifactId | ArtifactIdbookkeeper-stats-utils |
Version | Version4.12.0 |
Type | Typejar |
Filename | Size |
---|---|
bookkeeper-stats-utils-4.12.0.pom | |
bookkeeper-stats-utils-4.12.0.jar | 17 KB |
bookkeeper-stats-utils-4.12.0-sources.jar | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.bookkeeper.stats/bookkeeper-stats-utils/ -->
<dependency>
<groupId>org.apache.bookkeeper.stats</groupId>
<artifactId>bookkeeper-stats-utils</artifactId>
<version>4.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.bookkeeper.stats/bookkeeper-stats-utils/
implementation 'org.apache.bookkeeper.stats:bookkeeper-stats-utils:4.12.0'
// https://jarcasting.com/artifacts/org.apache.bookkeeper.stats/bookkeeper-stats-utils/
implementation ("org.apache.bookkeeper.stats:bookkeeper-stats-utils:4.12.0")
'org.apache.bookkeeper.stats:bookkeeper-stats-utils:jar:4.12.0'
<dependency org="org.apache.bookkeeper.stats" name="bookkeeper-stats-utils" rev="4.12.0">
<artifact name="bookkeeper-stats-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.bookkeeper.stats', module='bookkeeper-stats-utils', version='4.12.0')
)
libraryDependencies += "org.apache.bookkeeper.stats" % "bookkeeper-stats-utils" % "4.12.0"
[org.apache.bookkeeper.stats/bookkeeper-stats-utils "4.12.0"]