MVN

org.codehaus.httpcache4j.storage : storage-h2

Maven & Gradle

Nov 14, 2013
1 usages

Java HTTP cache :: Storage Engines :: H2 · Storage using H2 database, note that this module requires Java 6

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

Latest Version

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

  • Latest Stable: 4.0-M6
  • Latest Release Candidate: 4.0-RC2

All Versions

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

Version Vulnerabilities Updated
4.0
storage-h2-4.0-RC2
storage-h2-4.0-RC1
storage-h2-4.0-M6
storage-h2-4.0-M5
storage-h2-4.0-M4
storage-h2-4.0-M3
storage-h2-4.0-M2
storage-h2-4.0-M1
3.4
storage-h2-3.4
3.3
storage-h2-3.3
3.2
storage-h2-3.2
3.1
storage-h2-3.1
3.0
storage-h2-3.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.codehaus.httpcache4j.storage:storage-h2:4.0-M6'

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

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

How to add a dependency to SBT Scala

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

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