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