GroupId | GroupIdorg.apache.bookkeeper |
---|---|
ArtifactId | ArtifactIdstream-storage-service-parent |
Version | Version4.11.0 |
Type | Typepom |
Filename | Size |
---|---|
stream-storage-service-parent-4.11.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.bookkeeper/stream-storage-service-parent/ -->
<dependency>
<groupId>org.apache.bookkeeper</groupId>
<artifactId>stream-storage-service-parent</artifactId>
<version>4.11.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.bookkeeper/stream-storage-service-parent/
implementation 'org.apache.bookkeeper:stream-storage-service-parent:4.11.0'
// https://jarcasting.com/artifacts/org.apache.bookkeeper/stream-storage-service-parent/
implementation ("org.apache.bookkeeper:stream-storage-service-parent:4.11.0")
'org.apache.bookkeeper:stream-storage-service-parent:pom:4.11.0'
<dependency org="org.apache.bookkeeper" name="stream-storage-service-parent" rev="4.11.0">
<artifact name="stream-storage-service-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.bookkeeper', module='stream-storage-service-parent', version='4.11.0')
)
libraryDependencies += "org.apache.bookkeeper" % "stream-storage-service-parent" % "4.11.0"
[org.apache.bookkeeper/stream-storage-service-parent "4.11.0"]