MVN

org.apache.httpcomponents : httpcomponents-parent

Maven & Gradle

Oct 29, 2022
6 stars

Apache HttpComponents Parent · Apache components to build HTTP enabled services

<dependency>
    <groupId>org.apache.httpcomponents</groupId>
    <artifactId>httpcomponents-parent</artifactId>
    <version>13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.httpcomponents : httpcomponents-parent to add to Maven - Latest Versions:

  • Latest Stable: 13

All Versions

Choose a version of org.apache.httpcomponents : httpcomponents-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
13
httpcomponents-parent-13
12
httpcomponents-parent-12
11
httpcomponents-parent-11
10
httpcomponents-parent-10
9
httpcomponents-parent-9

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.httpcomponents</groupId>
    <artifactId>httpcomponents-parent</artifactId>
    <version>13</version>
</dependency>

Advertisement