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

org.apache.httpcomponents:httpclient-cache 4.4

Apache HttpComponents HttpClient - Cache

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

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

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

httpclient-cache
Версия

Версия

4.4
Тип

Тип

jar

Скачать httpclient-cache 4.4


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