GroupId | GroupIdorg.apache.bookkeeper |
---|---|
ArtifactId | ArtifactIdstream-storage-proto |
Version | Version4.7.3 |
Type | Typejar |
Filename | Size |
---|---|
stream-storage-proto-4.7.3.pom | |
stream-storage-proto-4.7.3.jar | 876 KB |
stream-storage-proto-4.7.3-tests.jar | 13 KB |
stream-storage-proto-4.7.3-sources.jar | 354 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.bookkeeper/stream-storage-proto/ -->
<dependency>
<groupId>org.apache.bookkeeper</groupId>
<artifactId>stream-storage-proto</artifactId>
<version>4.7.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.bookkeeper/stream-storage-proto/
implementation 'org.apache.bookkeeper:stream-storage-proto:4.7.3'
// https://jarcasting.com/artifacts/org.apache.bookkeeper/stream-storage-proto/
implementation ("org.apache.bookkeeper:stream-storage-proto:4.7.3")
'org.apache.bookkeeper:stream-storage-proto:jar:4.7.3'
<dependency org="org.apache.bookkeeper" name="stream-storage-proto" rev="4.7.3">
<artifact name="stream-storage-proto" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.bookkeeper', module='stream-storage-proto', version='4.7.3')
)
libraryDependencies += "org.apache.bookkeeper" % "stream-storage-proto" % "4.7.3"
[org.apache.bookkeeper/stream-storage-proto "4.7.3"]