h

httpcache4j-storage-api

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