MVN

org.apache.httpcomponents.client5 : httpclient5-testing

Maven & Gradle

Aug 15, 2023
1 usages
1.1k stars

Apache HttpClient Integration Tests · Apache HttpClient integration tests

<dependency>
    <groupId>org.apache.httpcomponents.client5</groupId>
    <artifactId>httpclient5-testing</artifactId>
    <version>5.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.httpcomponents.client5 : httpclient5-testing to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.2.1
  • Latest Beta: 5.2-beta1
  • Latest Alpha: 5.3-alpha1

All Versions

Choose a version of org.apache.httpcomponents.client5 : httpclient5-testing to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.3
httpclient5-testing-5.3-alpha1
5.2.x
httpclient5-testing-5.2.1
5.2
httpclient5-testing-5.2
httpclient5-testing-5.2-beta1
httpclient5-testing-5.2-alpha1
5.1.x
httpclient5-testing-5.1.4
httpclient5-testing-5.1.3
httpclient5-testing-5.1.2
httpclient5-testing-5.1.1
5.1
httpclient5-testing-5.1
httpclient5-testing-5.1-beta1
5.0.x
httpclient5-testing-5.0.4
httpclient5-testing-5.0.3
httpclient5-testing-5.0.2
httpclient5-testing-5.0.1
5.0
httpclient5-testing-5.0
httpclient5-testing-5.0-beta7
httpclient5-testing-5.0-beta6
httpclient5-testing-5.0-beta5
httpclient5-testing-5.0-beta4
httpclient5-testing-5.0-beta3
httpclient5-testing-5.0-beta2
httpclient5-testing-5.0-beta1
httpclient5-testing-5.0-alpha3
httpclient5-testing-5.0-alpha2

How to add a dependency to Maven

Add the following org.apache.httpcomponents.client5 : httpclient5-testing maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.httpcomponents.client5</groupId>
    <artifactId>httpclient5-testing</artifactId>
    <version>5.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.httpcomponents.client5 : httpclient5-testing gradle dependency to your build.gradle file:

implementation 'org.apache.httpcomponents.client5:httpclient5-testing:5.2.1'

Gradle Kotlin DSL: Add the following org.apache.httpcomponents.client5 : httpclient5-testing gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.httpcomponents.client5:httpclient5-testing:5.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.httpcomponents.client5 : httpclient5-testing sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.httpcomponents.client5" % "httpclient5-testing" % "5.2.1"

Advertisement