Apache HTTPClient Bill of Material POM

This bill of materials (BOM) POM covers all the Apache HttpClient artifacts related to a particular version. By importing this BOM, you fix the version of all of HttpClient-related artifacts to the versions associated with a particular release. This prevents the overriding of HttpClient transitive dependencies which in turn could cause version conflicts between libraries. To use this BOM, add the following in your POM: <dependencyManagement> <dependencies> <dependency> <groupId>com.covisint.core</groupId> <artifactId>httpclient-bom</artifactId> <version>4.3.2</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> And then declare your dependency on the HttpClient artifacts *without* a version.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.covisint.core
ArtifactId

ArtifactId

httpclient-bom
Last Version

Last Version

4.3.2
Release Date

Release Date

Type

Type

pom
Description

Description

Apache HTTPClient Bill of Material POM
This bill of materials (BOM) POM covers all the Apache HttpClient artifacts related to a particular version. By importing this BOM, you fix the version of all of HttpClient-related artifacts to the versions associated with a particular release. This prevents the overriding of HttpClient transitive dependencies which in turn could cause version conflicts between libraries. To use this BOM, add the following in your POM: <dependencyManagement> <dependencies> <dependency> <groupId>com.covisint.core</groupId> <artifactId>httpclient-bom</artifactId> <version>4.3.2</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> And then declare your dependency on the HttpClient artifacts *without* a version.
Project URL

Project URL

http://covisint.com
Source Code Management

Source Code Management

http://github.com/Covisint

Download httpclient-bom

Filename Size
httpclient-bom-4.3.2.pom 4 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.covisint.core/httpclient-bom/ -->
<dependency>
    <groupId>com.covisint.core</groupId>
    <artifactId>httpclient-bom</artifactId>
    <version>4.3.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.covisint.core/httpclient-bom/
implementation 'com.covisint.core:httpclient-bom:4.3.2'
// https://jarcasting.com/artifacts/com.covisint.core/httpclient-bom/
implementation ("com.covisint.core:httpclient-bom:4.3.2")
'com.covisint.core:httpclient-bom:pom:4.3.2'
<dependency org="com.covisint.core" name="httpclient-bom" rev="4.3.2">
  <artifact name="httpclient-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.covisint.core', module='httpclient-bom', version='4.3.2')
)
libraryDependencies += "com.covisint.core" % "httpclient-bom" % "4.3.2"
[com.covisint.core/httpclient-bom "4.3.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
4.3.2