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