не последняя версия
Последняя версия 5.2-beta2

org.apache.httpcomponents.core5:httpcore5-h2 5.0-beta11

Apache HttpComponents HTTP/2 Core Components

Категории

Категории

H2 Данные Базы данных
Группа

Группа

org.apache.httpcomponents.core5
Идентификатор

Идентификатор

httpcore5-h2
Версия

Версия

5.0-beta11
Тип

Тип

jar

Скачать httpcore5-h2 5.0-beta11


<!-- https://jarcasting.com/artifacts/org.apache.httpcomponents.core5/httpcore5-h2/ -->
<dependency>
    <groupId>org.apache.httpcomponents.core5</groupId>
    <artifactId>httpcore5-h2</artifactId>
    <version>5.0-beta11</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.httpcomponents.core5/httpcore5-h2/
implementation 'org.apache.httpcomponents.core5:httpcore5-h2:5.0-beta11'
// https://jarcasting.com/artifacts/org.apache.httpcomponents.core5/httpcore5-h2/
implementation ("org.apache.httpcomponents.core5:httpcore5-h2:5.0-beta11")
'org.apache.httpcomponents.core5:httpcore5-h2:jar:5.0-beta11'
<dependency org="org.apache.httpcomponents.core5" name="httpcore5-h2" rev="5.0-beta11">
  <artifact name="httpcore5-h2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.httpcomponents.core5', module='httpcore5-h2', version='5.0-beta11')
)
libraryDependencies += "org.apache.httpcomponents.core5" % "httpcore5-h2" % "5.0-beta11"
[org.apache.httpcomponents.core5/httpcore5-h2 "5.0-beta11"]