MVN

org.apache.httpcomponents : jakarta-httpcore

Maven & Gradle

Mar 27, 2007
6 usages

HttpCore (base module) · HttpComponents Core (Java 1.3 compatible)

<dependency>
    <groupId>org.apache.httpcomponents</groupId>
    <artifactId>jakarta-httpcore</artifactId>
    <version>4.0-alpha4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.0-alpha4
  • Latest Alpha: 4.0-alpha4

All Versions

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

Version Vulnerabilities Updated
4.0
jakarta-httpcore-4.0-alpha4
jakarta-httpcore-4.0-alpha3
jakarta-httpcore-4.0-alpha2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.httpcomponents</groupId>
    <artifactId>jakarta-httpcore</artifactId>
    <version>4.0-alpha4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.httpcomponents:jakarta-httpcore:4.0-alpha4'

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

implementation("org.apache.httpcomponents:jakarta-httpcore:4.0-alpha4")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.httpcomponents" % "jakarta-httpcore" % "4.0-alpha4"