h

httpcache4j-storage-api

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