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