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