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