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