| Категории |
КатегорииH2 Данные Базы данных |
|---|---|
| Группа | Группаorg.apache.httpcomponents.core5 |
| Идентификатор | Идентификаторhttpcore5-h2 |
| Версия | Версия5.0-beta3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| httpcore5-h2-5.0-beta3.pom | |
| httpcore5-h2-5.0-beta3.jar | 215 KB |
| httpcore5-h2-5.0-beta3-sources.jar | 158 KB |
| httpcore5-h2-5.0-beta3-javadoc.jar | 473 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.httpcomponents.core5/httpcore5-h2/ -->
<dependency>
<groupId>org.apache.httpcomponents.core5</groupId>
<artifactId>httpcore5-h2</artifactId>
<version>5.0-beta3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.httpcomponents.core5/httpcore5-h2/
implementation 'org.apache.httpcomponents.core5:httpcore5-h2:5.0-beta3'
// https://jarcasting.com/artifacts/org.apache.httpcomponents.core5/httpcore5-h2/
implementation ("org.apache.httpcomponents.core5:httpcore5-h2:5.0-beta3")
'org.apache.httpcomponents.core5:httpcore5-h2:jar:5.0-beta3'
<dependency org="org.apache.httpcomponents.core5" name="httpcore5-h2" rev="5.0-beta3">
<artifact name="httpcore5-h2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.httpcomponents.core5', module='httpcore5-h2', version='5.0-beta3')
)
libraryDependencies += "org.apache.httpcomponents.core5" % "httpcore5-h2" % "5.0-beta3"
[org.apache.httpcomponents.core5/httpcore5-h2 "5.0-beta3"]