MVN

org.apache.httpcomponents.core5 : httpcore5-ab

Maven & Gradle

Apr 28, 2017

Apache HttpComponents Core Benchmarking Tool · Apache AB clone based on HttpCore

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

Latest Version

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

  • Latest Stable: 5.0-alpha3
  • Latest Alpha: 5.0-alpha3

All Versions

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

Version Vulnerabilities Updated
5.0
httpcore5-ab-5.0-alpha3
httpcore5-ab-5.0-alpha2
httpcore5-ab-5.0-alpha1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.httpcomponents.core5</groupId>
    <artifactId>httpcore5-ab</artifactId>
    <version>5.0-alpha3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.httpcomponents.core5:httpcore5-ab:5.0-alpha3'

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

implementation("org.apache.httpcomponents.core5:httpcore5-ab:5.0-alpha3")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.httpcomponents.core5" % "httpcore5-ab" % "5.0-alpha3"

Advertisement