Group Id org.apache.httpcomponents
Artifact Id httpasyncclient-cache
Version 4.0
Packaging jar
URL -
Badge
Last Updated 2013-10-22T05:00:53+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>org.apache.httpcomponents</groupId>
    <artifactId>httpasyncclient-cache</artifactId>
    <version>4.0</version>
</dependency>
implementation group: 'org.apache.httpcomponents', name: 'httpasyncclient-cache', version: '4.0'
implementation 'org.apache.httpcomponents:httpasyncclient-cache:4.0'
implementation("org.apache.httpcomponents:httpasyncclient-cache:4.0")
libraryDependencies += "org.apache.httpcomponents" % "httpasyncclient-cache" % "4.0"
<dependency org="org.apache.httpcomponents" name="httpasyncclient-cache" rev="4.0"/>
@Grapes(
    @Grab(group='org.apache.httpcomponents', module='httpasyncclient-cache', version='4.0')
)
[org.apache.httpcomponents/httpasyncclient-cache "4.0"]
'org.apache.httpcomponents:httpasyncclient-cache:4.0'