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>
Choose a version of org.asynchttpclient : async-http-client-bom to add to Maven - Latest 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
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.asynchttpclient</groupId>
<artifactId>async-http-client-bom</artifactId>
<version>2.12.3</version>
</dependency>
Advertisement