MVN

org.apache.httpcomponents.client5 : httpclient5-osgi

Maven & Gradle

Oct 23, 2018

Apache HttpClient OSGi bundle · Apache HttpComponents Client (OSGi bundle)

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

Latest Version

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

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

All Versions

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

Version Vulnerabilities Updated
5.0
httpclient5-osgi-5.0-beta2
httpclient5-osgi-5.0-beta1
httpclient5-osgi-5.0-alpha3
httpclient5-osgi-5.0-alpha2
httpclient5-osgi-5.0-alpha1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.httpcomponents.client5</groupId>
    <artifactId>httpclient5-osgi</artifactId>
    <version>5.0-beta2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.httpcomponents.client5:httpclient5-osgi:5.0-beta2'

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

implementation("org.apache.httpcomponents.client5:httpclient5-osgi:5.0-beta2")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.httpcomponents.client5" % "httpclient5-osgi" % "5.0-beta2"

Advertisement