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