MVN

org.asynchttpclient : async-http-client-bom

Maven & Gradle

Mar 27, 2021
1 usages
6.2k stars

Asynchronous Http Client Bill of Materials (BOM) · Importing this BOM will provide dependency management for all AsyncHttpClient artifacts.

<dependency>
    <groupId>org.asynchttpclient</groupId>
    <artifactId>async-http-client-bom</artifactId>
    <version>2.12.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.asynchttpclient : async-http-client-bom to add to Maven - Latest Versions:

  • Latest Stable: 2.12.3

All Versions

Choose a version of org.asynchttpclient : async-http-client-bom to add to Maven - All Versions:

Version Vulnerabilities Updated
2.12.x
async-http-client-bom-2.12.3
async-http-client-bom-2.12.2
async-http-client-bom-2.12.1
async-http-client-bom-2.12.0
2.11.x
async-http-client-bom-2.11.0
2.10.x
async-http-client-bom-2.10.5

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.asynchttpclient</groupId>
    <artifactId>async-http-client-bom</artifactId>
    <version>2.12.3</version>
</dependency>

Advertisement