MVN

org.codehaus.httpcache4j.storage : storage-ehcache

Maven & Gradle

Sep 09, 2014

Java HTTP cache :: Storage Engines :: EHCache · Storage using files

<dependency>
    <groupId>org.codehaus.httpcache4j.storage</groupId>
    <artifactId>storage-ehcache</artifactId>
    <version>4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.httpcache4j.storage : storage-ehcache to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0
  • Latest Release Candidate: 4.0-RC4

All Versions

Choose a version of org.codehaus.httpcache4j.storage : storage-ehcache to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0
storage-ehcache-4.0
storage-ehcache-4.0-RC4
storage-ehcache-4.0-RC3
storage-ehcache-4.0-RC2
storage-ehcache-4.0-RC1
storage-ehcache-4.0-M6
storage-ehcache-4.0-M5
storage-ehcache-4.0-M4
storage-ehcache-4.0-M3
storage-ehcache-4.0-M2
storage-ehcache-4.0-M1
3.4
storage-ehcache-3.4
2.2
storage-ehcache-2.2
2.1.x
storage-ehcache-2.1.1
2.1
storage-ehcache-2.1
2.0
storage-ehcache-2.0

How to add a dependency to Maven

Add the following org.codehaus.httpcache4j.storage : storage-ehcache maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.codehaus.httpcache4j.storage</groupId>
    <artifactId>storage-ehcache</artifactId>
    <version>4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.codehaus.httpcache4j.storage : storage-ehcache gradle dependency to your build.gradle file:

implementation 'org.codehaus.httpcache4j.storage:storage-ehcache:4.0'

Gradle Kotlin DSL: Add the following org.codehaus.httpcache4j.storage : storage-ehcache gradle kotlin dependency to your build.gradle.kts file:

implementation("org.codehaus.httpcache4j.storage:storage-ehcache:4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.codehaus.httpcache4j.storage : storage-ehcache sbt scala dependency to your build.sbt file:

libraryDependencies += "org.codehaus.httpcache4j.storage" % "storage-ehcache" % "4.0"