не последняя версия
Последняя версия 4.4.15

org.apache.httpcomponents:httpcore 4.2

HttpComponents Core (blocking I/O)

Группа

Группа

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

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

httpcore
Версия

Версия

4.2
Тип

Тип

jar

Скачать httpcore 4.2

Имя Файла Размер
httpcore-4.2.pom
httpcore-4.2.jar 218 KB
httpcore-4.2-sources.jar 313 KB
Обзор

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