MVN

org.codehaus.httpcache4j.storage : storage-derby

Maven & Gradle

Nov 14, 2013

Java HTTP cache :: Storage Engines :: Derby · Storage using Apache Derby, note that this module requires Java 6

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

Latest Version

Choose a version of org.codehaus.httpcache4j.storage : storage-derby 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-derby to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0
storage-derby-4.0-RC2
storage-derby-4.0-RC1
storage-derby-4.0-M6
storage-derby-4.0-M5
storage-derby-4.0-M4
storage-derby-4.0-M3
storage-derby-4.0-M2
storage-derby-4.0-M1
3.4
storage-derby-3.4
3.1
storage-derby-3.1
3.0
storage-derby-3.0
2.2
storage-derby-2.2
2.1.x
storage-derby-2.1.1
2.1
storage-derby-2.1
2.0
storage-derby-2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.codehaus.httpcache4j.storage</groupId>
    <artifactId>storage-derby</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-derby gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement