| Группа | Группаorg.apache.bookkeeper |
|---|---|
| Идентификатор | Идентификаторstream-storage-common |
| Версия | Версия4.8.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| stream-storage-common-4.8.0.pom | |
| stream-storage-common-4.8.0.jar | 58 KB |
| stream-storage-common-4.8.0-sources.jar | 52 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.bookkeeper/stream-storage-common/ -->
<dependency>
<groupId>org.apache.bookkeeper</groupId>
<artifactId>stream-storage-common</artifactId>
<version>4.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.bookkeeper/stream-storage-common/
implementation 'org.apache.bookkeeper:stream-storage-common:4.8.0'
// https://jarcasting.com/artifacts/org.apache.bookkeeper/stream-storage-common/
implementation ("org.apache.bookkeeper:stream-storage-common:4.8.0")
'org.apache.bookkeeper:stream-storage-common:jar:4.8.0'
<dependency org="org.apache.bookkeeper" name="stream-storage-common" rev="4.8.0">
<artifact name="stream-storage-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.bookkeeper', module='stream-storage-common', version='4.8.0')
)
libraryDependencies += "org.apache.bookkeeper" % "stream-storage-common" % "4.8.0"
[org.apache.bookkeeper/stream-storage-common "4.8.0"]