How To Install Java Artifact org.apache.httpcomponents.httpcomponents-parent v12

org.apache.httpcomponents httpcomponents-parent 12

Introduction

In this article, we'll learn how to install Java artifact httpcomponents-parent from org.apache.httpcomponents group in version 12. The artifact is available in 5 versions: 13 12 11 10 9 The Apache HttpComponents Parent project has its own website at: https://hc.apache.org/. The parent project is: org.apache::apache::23

How To Install Java Artifact org.apache.httpcomponents.httpcomponents-parent In Version 12

To install the Apache HttpComponents Parent artifact in version 12 add the following dependency to your pom.xml file for Maven Project.

The dependency needs to be added in the dependencies section which is located in the main project tag of the pom.xml file. The sample pom.xml file that uses Apache HttpComponents Parent dependency could look as follows:

Other dependency snippets for Gradle, SBT, Ivy, Grape, Leiningen, and Buildr

Below you can find code snippets for other project build tools like Gradle, SBT, Ivy, Grape, Leiningen, and Buildr.

Contributors