MVN

com.sap.cloud.sdk.frameworks : apache-httpclient5

Maven & Gradle

Aug 18, 2023

Apache version 5 Http Client integration · Integrates the Apache version 5 Http Client with the destination abstraction.

<dependency>
    <groupId>com.sap.cloud.sdk.frameworks</groupId>
    <artifactId>apache-httpclient5</artifactId>
    <version>4.21.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sap.cloud.sdk.frameworks : apache-httpclient5 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.21.0

All Versions

Choose a version of com.sap.cloud.sdk.frameworks : apache-httpclient5 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.21.x
apache-httpclient5-4.21.0
4.20.x
apache-httpclient5-4.20.0

How to add a dependency to Maven

Add the following com.sap.cloud.sdk.frameworks : apache-httpclient5 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sap.cloud.sdk.frameworks</groupId>
    <artifactId>apache-httpclient5</artifactId>
    <version>4.21.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sap.cloud.sdk.frameworks : apache-httpclient5 gradle dependency to your build.gradle file:

implementation 'com.sap.cloud.sdk.frameworks:apache-httpclient5:4.21.0'

Gradle Kotlin DSL: Add the following com.sap.cloud.sdk.frameworks : apache-httpclient5 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sap.cloud.sdk.frameworks:apache-httpclient5:4.21.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sap.cloud.sdk.frameworks : apache-httpclient5 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sap.cloud.sdk.frameworks" % "apache-httpclient5" % "4.21.0"