Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.apache.bookkeeper |
ArtifactId | ArtifactIdstream-storage-cli |
Version | Version4.14.5 |
Type | Typejar |
Filename | Size |
---|---|
stream-storage-cli-4.14.5.pom | |
stream-storage-cli-4.14.5.jar | 55 KB |
stream-storage-cli-4.14.5-sources.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.bookkeeper/stream-storage-cli/ -->
<dependency>
<groupId>org.apache.bookkeeper</groupId>
<artifactId>stream-storage-cli</artifactId>
<version>4.14.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.bookkeeper/stream-storage-cli/
implementation 'org.apache.bookkeeper:stream-storage-cli:4.14.5'
// https://jarcasting.com/artifacts/org.apache.bookkeeper/stream-storage-cli/
implementation ("org.apache.bookkeeper:stream-storage-cli:4.14.5")
'org.apache.bookkeeper:stream-storage-cli:jar:4.14.5'
<dependency org="org.apache.bookkeeper" name="stream-storage-cli" rev="4.14.5">
<artifact name="stream-storage-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.bookkeeper', module='stream-storage-cli', version='4.14.5')
)
libraryDependencies += "org.apache.bookkeeper" % "stream-storage-cli" % "4.14.5"
[org.apache.bookkeeper/stream-storage-cli "4.14.5"]