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

org.apache.httpcomponents jakarta-httpcore 4.0-alpha4

Introduction

In this article, we'll learn how to install Java artifact jakarta-httpcore from org.apache.httpcomponents group in version 4.0-alpha4. The artifact is available in 3 versions: 4.0-alpha4 4.0-alpha3 4.0-alpha2 . The HttpCore (base module) 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::httpcore::4.0-alpha4

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

To install the HttpCore (base module) artifact in version 4.0-alpha4 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 (base module) 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