h

httpcache4j-storage-api

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