GroupId | GroupIdorg.apache.bookkeeper |
---|---|
ArtifactId | ArtifactIdbookkeeper-server-shaded |
Version | Version4.14.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.bookkeeper/bookkeeper-server-shaded/ -->
<dependency>
<groupId>org.apache.bookkeeper</groupId>
<artifactId>bookkeeper-server-shaded</artifactId>
<version>4.14.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.bookkeeper/bookkeeper-server-shaded/
implementation 'org.apache.bookkeeper:bookkeeper-server-shaded:4.14.2'
// https://jarcasting.com/artifacts/org.apache.bookkeeper/bookkeeper-server-shaded/
implementation ("org.apache.bookkeeper:bookkeeper-server-shaded:4.14.2")
'org.apache.bookkeeper:bookkeeper-server-shaded:jar:4.14.2'
<dependency org="org.apache.bookkeeper" name="bookkeeper-server-shaded" rev="4.14.2">
<artifact name="bookkeeper-server-shaded" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.bookkeeper', module='bookkeeper-server-shaded', version='4.14.2')
)
libraryDependencies += "org.apache.bookkeeper" % "bookkeeper-server-shaded" % "4.14.2"
[org.apache.bookkeeper/bookkeeper-server-shaded "4.14.2"]