GroupId | GroupIdorg.apache.bookkeeper |
---|---|
ArtifactId | ArtifactIdstream-storage-server |
Version | Version4.14.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.bookkeeper/stream-storage-server/ -->
<dependency>
<groupId>org.apache.bookkeeper</groupId>
<artifactId>stream-storage-server</artifactId>
<version>4.14.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.bookkeeper/stream-storage-server/
implementation 'org.apache.bookkeeper:stream-storage-server:4.14.2'
// https://jarcasting.com/artifacts/org.apache.bookkeeper/stream-storage-server/
implementation ("org.apache.bookkeeper:stream-storage-server:4.14.2")
'org.apache.bookkeeper:stream-storage-server:jar:4.14.2'
<dependency org="org.apache.bookkeeper" name="stream-storage-server" rev="4.14.2">
<artifact name="stream-storage-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.bookkeeper', module='stream-storage-server', version='4.14.2')
)
libraryDependencies += "org.apache.bookkeeper" % "stream-storage-server" % "4.14.2"
[org.apache.bookkeeper/stream-storage-server "4.14.2"]