文件下载
文件名 操作
httpcache4j-api-4.0-RC2.jar 下载
httpcache4j-api-4.0-RC2.pom 下载
httpcache4j-api-4.0-RC2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.codehaus.httpcache4j</groupId>
  <artifactId>httpcache4j-api</artifactId>
  <version>4.0-RC2</version>
</dependency>
Gradle Groovy
implementation 'org.codehaus.httpcache4j:httpcache4j-api:4.0-RC2'
Gradle Kotlin
implementation("org.codehaus.httpcache4j:httpcache4j-api:4.0-RC2")
Scala SBT
libraryDependencies += "org.codehaus.httpcache4j" % "httpcache4j-api" % "4.0-RC2"
Groovy Grape
@Grapes(
  @Grab(group='org.codehaus.httpcache4j', module='httpcache4j-api', version='4.0-RC2')
)
Apache Ivy
<dependency org="org.codehaus.httpcache4j" name="httpcache4j-api" rev="4.0-RC2" />
Leiningen
[org.codehaus.httpcache4j/httpcache4j-api "4.0-RC2"]
Apache Buildr
'org.codehaus.httpcache4j:httpcache4j-api:jar:4.0-RC2'