MVN

org.apache.servicemix.bundles : org.apache.servicemix.bundles.commons-httpclient

Maven & Gradle

Mar 03, 2014
30 usages

Apache ServiceMix :: Bundles :: commons-httpclient · This OSGi bundle wraps commons-httpclient 2.0.2 jar file.

<dependency>
    <groupId>org.apache.servicemix.bundles</groupId>
    <artifactId>org.apache.servicemix.bundles.commons-httpclient</artifactId>
    <version>2.0.2_1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.servicemix.bundles : org.apache.servicemix.bundles.commons-httpclient to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.2_1

All Versions

Choose a version of org.apache.servicemix.bundles : org.apache.servicemix.bundles.commons-httpclient to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1_7
org.apache.servicemix.bundles.commons-httpclient-3.1_7
3.1_6
org.apache.servicemix.bundles.commons-httpclient-3.1_6
3.1_5
org.apache.servicemix.bundles.commons-httpclient-3.1_5
3.1_4
org.apache.servicemix.bundles.commons-httpclient-3.1_4
3.1_3
org.apache.servicemix.bundles.commons-httpclient-3.1_3
3.1_1
org.apache.servicemix.bundles.commons-httpclient-3.1_1
2.0.x
org.apache.servicemix.bundles.commons-httpclient-2.0.2_1

How to add a dependency to Maven

Add the following org.apache.servicemix.bundles : org.apache.servicemix.bundles.commons-httpclient maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.servicemix.bundles</groupId>
    <artifactId>org.apache.servicemix.bundles.commons-httpclient</artifactId>
    <version>2.0.2_1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.servicemix.bundles : org.apache.servicemix.bundles.commons-httpclient gradle dependency to your build.gradle file:

implementation 'org.apache.servicemix.bundles:org.apache.servicemix.bundles.commons-httpclient:2.0.2_1'

Gradle Kotlin DSL: Add the following org.apache.servicemix.bundles : org.apache.servicemix.bundles.commons-httpclient gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.servicemix.bundles:org.apache.servicemix.bundles.commons-httpclient:2.0.2_1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.servicemix.bundles : org.apache.servicemix.bundles.commons-httpclient sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.servicemix.bundles" % "org.apache.servicemix.bundles.commons-httpclient" % "2.0.2_1"