| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdorg.apache.bookkeeper |
| ArtifactId | ArtifactIdstream-storage-cli |
| Version | Version4.11.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| stream-storage-cli-4.11.0.pom | |
| stream-storage-cli-4.11.0.jar | 53 KB |
| stream-storage-cli-4.11.0-sources.jar | 38 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.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.bookkeeper/stream-storage-cli/
implementation 'org.apache.bookkeeper:stream-storage-cli:4.11.0'
// https://jarcasting.com/artifacts/org.apache.bookkeeper/stream-storage-cli/
implementation ("org.apache.bookkeeper:stream-storage-cli:4.11.0")
'org.apache.bookkeeper:stream-storage-cli:jar:4.11.0'
<dependency org="org.apache.bookkeeper" name="stream-storage-cli" rev="4.11.0">
<artifact name="stream-storage-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.bookkeeper', module='stream-storage-cli', version='4.11.0')
)
libraryDependencies += "org.apache.bookkeeper" % "stream-storage-cli" % "4.11.0"
[org.apache.bookkeeper/stream-storage-cli "4.11.0"]