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