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

org.apache.httpcomponents jakarta-httpcore-nio 4.0-alpha4

Introduction

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

To install the HttpCore (NIO extensions 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 (NIO extensions 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.

Compile dependencies (1)

Test dependencies (1)

Licenses