MVN

org.apache.httpcomponents : httpcore-osgi

Maven & Gradle

Nov 26, 2022
267 usages

Apache HttpCore OSGi bundle · Apache HttpComponents Core (OSGi bundle)

<dependency>
    <groupId>org.apache.httpcomponents</groupId>
    <artifactId>httpcore-osgi</artifactId>
    <version>4.4.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.4.16
  • Latest Beta: 4.4-beta1
  • Latest Alpha: 4.4-alpha1

All Versions

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

  • Version Updated
  • httpcore-osgi-4.4.16

    Nov 26, 2022
  • httpcore-osgi-4.4.15

    Dec 03, 2021
  • httpcore-osgi-4.4.14

    Nov 26, 2020
  • httpcore-osgi-4.4.13

    Jan 09, 2020
  • httpcore-osgi-4.4.12

    Sep 01, 2019
  • httpcore-osgi-4.4.11

    Jan 15, 2019
  • httpcore-osgi-4.4.10

    Jun 26, 2018
  • httpcore-osgi-4.4.9

    Jan 12, 2018
  • httpcore-osgi-4.4.8

    Sep 29, 2017
  • httpcore-osgi-4.4.7

    Sep 10, 2017
  • httpcore-osgi-4.4.6

    Jan 07, 2017
  • httpcore-osgi-4.4.5

    Jun 08, 2016
  • httpcore-osgi-4.4.4

    Oct 26, 2015
  • httpcore-osgi-4.4.3

    Sep 04, 2015
  • httpcore-osgi-4.4.2

    Aug 30, 2015
  • httpcore-osgi-4.4.1

    Mar 14, 2015
  • httpcore-osgi-4.4

    Dec 14, 2014
  • httpcore-osgi-4.3.3

    Oct 18, 2014
  • httpcore-osgi-4.4-beta1

    Sep 18, 2014
  • httpcore-osgi-4.4-alpha1

    Jun 11, 2014
  • httpcore-osgi-4.3.2

    Feb 12, 2014
  • httpcore-osgi-4.3.1

    Dec 18, 2013
  • httpcore-osgi-4.2.5

    Jul 29, 2013
  • httpcore-osgi-4.3

    Jul 29, 2013
  • httpcore-osgi-4.3-beta2

    May 04, 2013
  • httpcore-osgi-4.2.4

    Mar 20, 2013
  • httpcore-osgi-4.3-beta1

    Mar 20, 2013
  • httpcore-osgi-4.2.3

    Nov 23, 2012
  • httpcore-osgi-4.3-alpha1

    Nov 23, 2012
  • httpcore-osgi-4.2.2

    Sep 18, 2012
  • httpcore-osgi-4.2.1

    Jun 10, 2012
  • httpcore-osgi-4.2

    May 01, 2012
  • httpcore-osgi-4.2-beta1

    Jan 24, 2012
  • httpcore-osgi-4.1.4

    Dec 18, 2011
  • httpcore-osgi-4.2-alpha2

    Sep 18, 2011
  • httpcore-osgi-4.2-alpha1

    Aug 14, 2011
  • httpcore-osgi-4.1.3

    Jul 27, 2011
  • httpcore-osgi-4.1.2

    Jul 10, 2011
  • httpcore-osgi-4.1.1

    May 13, 2011
  • httpcore-osgi-4.1

    Nov 13, 2010
  • httpcore-osgi-4.1-beta2

    Aug 24, 2010
  • httpcore-osgi-4.1-beta1

    Apr 01, 2010
  • httpcore-osgi-4.1-alpha1

    Sep 10, 2009
  • httpcore-osgi-4.0.1

    Jun 21, 2009
  • httpcore-osgi-4.0

    Feb 24, 2009
  • httpcore-osgi-4.0-beta3

    Oct 18, 2008

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.httpcomponents</groupId>
    <artifactId>httpcore-osgi</artifactId>
    <version>4.4.16</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.httpcomponents:httpcore-osgi:4.4.16'

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

implementation("org.apache.httpcomponents:httpcore-osgi:4.4.16")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.httpcomponents" % "httpcore-osgi" % "4.4.16"