MVN

org.codehaus.httpcache4j : httpcache4j-it

Maven & Gradle

Sep 09, 2014

Java HTTP cache :: Integration tests

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

Latest Version

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

Version Vulnerabilities Updated
4.0
httpcache4j-it-4.0
httpcache4j-it-4.0-RC4
httpcache4j-it-4.0-RC3
httpcache4j-it-4.0-RC2
httpcache4j-it-4.0-RC1
httpcache4j-it-4.0-M6
httpcache4j-it-4.0-M5
httpcache4j-it-4.0-M4
httpcache4j-it-4.0-M3
httpcache4j-it-4.0-M2
httpcache4j-it-4.0-M1
3.4
httpcache4j-it-3.4
3.3
httpcache4j-it-3.3
3.2
httpcache4j-it-3.2
3.1
httpcache4j-it-3.1
3.0
httpcache4j-it-3.0
2.2
httpcache4j-it-2.2

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.codehaus.httpcache4j:httpcache4j-it:4.0'

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

implementation("org.codehaus.httpcache4j:httpcache4j-it:4.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.codehaus.httpcache4j" % "httpcache4j-it" % "4.0"