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