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