MVN

com.adobe.reef.commons : com.adobe.reef.commons.osgi.wrapper.httpcomponents

Maven & Gradle

Nov 03, 2020
1 usages

Adobe Reef Commons - Apache HTTP Components 4.2.1 Bundling · Bundles the HTTP Components 4.2.1 library and extends its functionality for proper shutdown and centralized proxy configuration.

<dependency>
    <groupId>com.adobe.reef.commons</groupId>
    <artifactId>com.adobe.reef.commons.osgi.wrapper.httpcomponents</artifactId>
    <version>4.2.1-004</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.adobe.reef.commons : com.adobe.reef.commons.osgi.wrapper.httpcomponents to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.2.1-004

All Versions

Choose a version of com.adobe.reef.commons : com.adobe.reef.commons.osgi.wrapper.httpcomponents to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.2.x
com.adobe.reef.commons.osgi.wrapper.httpcomponents-4.2.1-004

How to add a dependency to Maven

Add the following com.adobe.reef.commons : com.adobe.reef.commons.osgi.wrapper.httpcomponents maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.adobe.reef.commons</groupId>
    <artifactId>com.adobe.reef.commons.osgi.wrapper.httpcomponents</artifactId>
    <version>4.2.1-004</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.adobe.reef.commons : com.adobe.reef.commons.osgi.wrapper.httpcomponents gradle dependency to your build.gradle file:

implementation 'com.adobe.reef.commons:com.adobe.reef.commons.osgi.wrapper.httpcomponents:4.2.1-004'

Gradle Kotlin DSL: Add the following com.adobe.reef.commons : com.adobe.reef.commons.osgi.wrapper.httpcomponents gradle kotlin dependency to your build.gradle.kts file:

implementation("com.adobe.reef.commons:com.adobe.reef.commons.osgi.wrapper.httpcomponents:4.2.1-004")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.adobe.reef.commons : com.adobe.reef.commons.osgi.wrapper.httpcomponents sbt scala dependency to your build.sbt file:

libraryDependencies += "com.adobe.reef.commons" % "com.adobe.reef.commons.osgi.wrapper.httpcomponents" % "4.2.1-004"