Categories |
CategoriesJava Languages CLI User Interface |
---|---|
GroupId | GroupIdorg.apache.bookkeeper |
ArtifactId | ArtifactIdstream-storage-java-client-base |
Version | Version4.11.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.bookkeeper/stream-storage-java-client-base/ -->
<dependency>
<groupId>org.apache.bookkeeper</groupId>
<artifactId>stream-storage-java-client-base</artifactId>
<version>4.11.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.bookkeeper/stream-storage-java-client-base/
implementation 'org.apache.bookkeeper:stream-storage-java-client-base:4.11.1'
// https://jarcasting.com/artifacts/org.apache.bookkeeper/stream-storage-java-client-base/
implementation ("org.apache.bookkeeper:stream-storage-java-client-base:4.11.1")
'org.apache.bookkeeper:stream-storage-java-client-base:jar:4.11.1'
<dependency org="org.apache.bookkeeper" name="stream-storage-java-client-base" rev="4.11.1">
<artifact name="stream-storage-java-client-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.bookkeeper', module='stream-storage-java-client-base', version='4.11.1')
)
libraryDependencies += "org.apache.bookkeeper" % "stream-storage-java-client-base" % "4.11.1"
[org.apache.bookkeeper/stream-storage-java-client-base "4.11.1"]