is not current version
Last Version 4.5.13

org.apache.httpcomponents:httpclient-cache 4.5.12

Apache HttpComponents HttpClient - Cache

Categories

Categories

CLI User Interface
GroupId

GroupId

org.apache.httpcomponents
ArtifactId

ArtifactId

httpclient-cache
Version

Version

4.5.12
Type

Type

jar

Download httpclient-cache 4.5.12


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