MVN

org.apache.httpcomponents.core5 : httpcore5-testing

Maven & Gradle

Jan 07, 2023
3 usages
271 stars

Apache HttpComponents Core Integration Tests · Apache HttpComponents HTTP/2 and HTTP/1.1 core component integration tests

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

Latest Version

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

  • Latest Stable: 5.2.1
  • Latest Beta: 5.2-beta2
  • Latest Alpha: 5.2-alpha2

All Versions

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

  • Version Updated
  • httpcore5-testing-5.2.1

    Jan 07, 2023
  • httpcore5-testing-5.1.5

    Nov 09, 2022
  • httpcore5-testing-5.2

    Nov 03, 2022
  • httpcore5-testing-5.1.4

    Jul 02, 2022
  • httpcore5-testing-5.2-beta2

    May 28, 2022
  • httpcore5-testing-5.2-beta1

    Mar 13, 2022
  • httpcore5-testing-5.1.3

    Dec 19, 2021
  • httpcore5-testing-5.2-alpha2

    Oct 17, 2021
  • httpcore5-testing-5.1.2

    Sep 26, 2021
  • httpcore5-testing-5.2-alpha1

    Sep 06, 2021
  • httpcore5-testing-5.1.1

    May 02, 2021
  • httpcore5-testing-5.0.4

    May 02, 2021
  • httpcore5-testing-5.1

    Mar 08, 2021
  • httpcore5-testing-5.1-beta3

    Feb 01, 2021
  • httpcore5-testing-5.1-beta2

    Nov 28, 2020
  • httpcore5-testing-5.0.3

    Nov 28, 2020
  • httpcore5-testing-5.1-beta1

    Sep 15, 2020
  • httpcore5-testing-5.0.2

    Sep 09, 2020
  • httpcore5-testing-5.0.1

    Jun 05, 2020
  • httpcore5-testing-5.0

    Feb 12, 2020
  • httpcore5-testing-5.0-beta11

    Jan 04, 2020
  • httpcore5-testing-5.0-beta10

    Oct 28, 2019
  • httpcore5-testing-5.0-beta9

    Oct 01, 2019
  • httpcore5-testing-5.0-beta8

    Jul 11, 2019
  • httpcore5-testing-5.0-beta7

    Feb 27, 2019
  • httpcore5-testing-5.0-beta6

    Dec 01, 2018
  • httpcore5-testing-5.0-beta5

    Oct 18, 2018
  • httpcore5-testing-5.0-beta4

    Oct 15, 2018
  • httpcore5-testing-5.0-beta3

    Aug 26, 2018
  • httpcore5-testing-5.0-beta2

    Jan 11, 2018
  • httpcore5-testing-5.0-beta1

    Nov 02, 2017
  • httpcore5-testing-5.0-alpha4

    Aug 28, 2017
  • httpcore5-testing-5.0-alpha3

    Apr 27, 2017
  • httpcore5-testing-5.0-alpha2

    Dec 22, 2016

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.httpcomponents.core5</groupId>
    <artifactId>httpcore5-testing</artifactId>
    <version>5.2.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.httpcomponents.core5:httpcore5-testing:5.2.1'

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

implementation("org.apache.httpcomponents.core5:httpcore5-testing:5.2.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.httpcomponents.core5" % "httpcore5-testing" % "5.2.1"