is not current version
Last Version 2.12.3

org.asynchttpclient:async-http-client-bom 2.11.0

Importing this BOM will provide dependency management for all AsyncHttpClient artifacts.

Categories

Categories

CLI User Interface Async Http Client Net HTTP Clients
GroupId

GroupId

org.asynchttpclient
ArtifactId

ArtifactId

async-http-client-bom
Version

Version

2.11.0
Type

Type

pom

Download async-http-client-bom 2.11.0


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