h

httpclient-bom

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: com.covisint.core httpclient-bom 4.3.2 pom import And then declare your dependency on the HttpClient artifacts *without* a version.
http://covisint.com
The Apache Software License, Version 2.0
NextGen Platform Development Team
文件下载
文件名 操作
httpclient-bom-4.3.2.pom 下载
Apache Maven
<dependency>
  <groupId>com.covisint.core</groupId>
  <artifactId>httpclient-bom</artifactId>
  <version>4.3.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.covisint.core:httpclient-bom:4.3.2'
Gradle Kotlin
implementation("com.covisint.core:httpclient-bom:4.3.2")
Scala SBT
libraryDependencies += "com.covisint.core" % "httpclient-bom" % "4.3.2"
Groovy Grape
@Grapes(
  @Grab(group='com.covisint.core', module='httpclient-bom', version='4.3.2')
)
Apache Ivy
<dependency org="com.covisint.core" name="httpclient-bom" rev="4.3.2" />
Leiningen
[com.covisint.core/httpclient-bom "4.3.2"]
Apache Buildr
'com.covisint.core:httpclient-bom:jar:4.3.2'
本项目依赖
该项目无第三方依赖