MVN

org.codehaus.httpcache4j.storage : storage-file

Maven & Gradle

Apr 25, 2017
2 usages
29 stars

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

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

Latest Version

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

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

All Versions

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

Version Vulnerabilities Updated
5.1.x
storage-file-5.1.1
storage-file-5.1.0
5.0.x
storage-file-5.0.1
storage-file-5.0.0
storage-file-5.0.0-M3
storage-file-5.0.0-M2
storage-file-5.0.0-M1
4.2
storage-file-4.2
4.1
storage-file-4.1
4.0
storage-file-4.0
storage-file-4.0-RC4
storage-file-4.0-RC3
storage-file-4.0-RC2
storage-file-4.0-RC1
storage-file-4.0-M6
storage-file-4.0-M5
storage-file-4.0-M4
storage-file-4.0-M3
storage-file-4.0-M2
storage-file-4.0-M1
3.4
storage-file-3.4
3.3
storage-file-3.3
3.2
storage-file-3.2
3.1
storage-file-3.1
3.0
storage-file-3.0
2.2
storage-file-2.2
2.1.x
storage-file-2.1.1
2.1
storage-file-2.1
2.0
storage-file-2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.codehaus.httpcache4j.storage</groupId>
    <artifactId>storage-file</artifactId>
    <version>5.1.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.codehaus.httpcache4j.storage:storage-file:5.1.1'

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

implementation("org.codehaus.httpcache4j.storage:storage-file:5.1.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.codehaus.httpcache4j.storage" % "storage-file" % "5.1.1"