How To Install Java Artifact org.apache.httpcomponents.jakarta-httpcore v4.0-alpha2

org.apache.httpcomponents jakarta-httpcore 4.0-alpha2

Introduction

In this article, we'll learn how to install Java artifact jakarta-httpcore from org.apache.httpcomponents group in version 4.0-alpha2. The artifact is available in 3 versions: 4.0-alpha4 4.0-alpha3 4.0-alpha2 . The HttpCore project has been released under Apache License license, and has its own website at: http://jakarta.apache.org/httpcomponents/httpcore . The parent project is: org.apache.httpcomponents::project::4.0

How To Install Java Artifact org.apache.httpcomponents.jakarta-httpcore In Version 4.0-alpha2

To install the HttpCore artifact in version 4.0-alpha2 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 HttpCore 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.

Test dependencies (1)

Licenses