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