h

httpasyncclient-cache

Apache HttpComponents AsyncClient Cache
http://hc.apache.org/httpcomponents-asyncclient
文件下载
文件名 操作
httpasyncclient-cache-4.1.1.jar 下载
httpasyncclient-cache-4.1.1.pom 下载
httpasyncclient-cache-4.1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.httpcomponents</groupId>
  <artifactId>httpasyncclient-cache</artifactId>
  <version>4.1.1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.httpcomponents:httpasyncclient-cache:4.1.1'
Gradle Kotlin
implementation("org.apache.httpcomponents:httpasyncclient-cache:4.1.1")
Scala SBT
libraryDependencies += "org.apache.httpcomponents" % "httpasyncclient-cache" % "4.1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.httpcomponents', module='httpasyncclient-cache', version='4.1.1')
)
Apache Ivy
<dependency org="org.apache.httpcomponents" name="httpasyncclient-cache" rev="4.1.1" />
Leiningen
[org.apache.httpcomponents/httpasyncclient-cache "4.1.1"]
Apache Buildr
'org.apache.httpcomponents:httpasyncclient-cache:jar:4.1.1'