h

httpcache4j-storage-api

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