h

httpcache4j-storage-api

Files download
File Operation
httpcache4j-storage-api-5.0.0.jar download
httpcache4j-storage-api-5.0.0.pom download
httpcache4j-storage-api-5.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.codehaus.httpcache4j</groupId>
  <artifactId>httpcache4j-storage-api</artifactId>
  <version>5.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.codehaus.httpcache4j:httpcache4j-storage-api:5.0.0'
Gradle Kotlin
implementation("org.codehaus.httpcache4j:httpcache4j-storage-api:5.0.0")
Scala SBT
libraryDependencies += "org.codehaus.httpcache4j" % "httpcache4j-storage-api" % "5.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.codehaus.httpcache4j', module='httpcache4j-storage-api', version='5.0.0')
)
Apache Ivy
<dependency org="org.codehaus.httpcache4j" name="httpcache4j-storage-api" rev="5.0.0" />
Leiningen
[org.codehaus.httpcache4j/httpcache4j-storage-api "5.0.0"]
Apache Buildr
'org.codehaus.httpcache4j:httpcache4j-storage-api:jar:5.0.0'