a

async-http-client-bom

Importing this BOM will provide dependency management for all AsyncHttpClient artifacts.
http://github.com/AsyncHttpClient/async-http-client/bom
The Apache Software License, Version 2.0
Stephane Landelle
Files download
File Operation
async-http-client-bom-2.12.3.pom download
Apache Maven
<dependency>
  <groupId>org.asynchttpclient</groupId>
  <artifactId>async-http-client-bom</artifactId>
  <version>2.12.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.asynchttpclient:async-http-client-bom:2.12.3'
Gradle Kotlin
implementation("org.asynchttpclient:async-http-client-bom:2.12.3")
Scala SBT
libraryDependencies += "org.asynchttpclient" % "async-http-client-bom" % "2.12.3"
Groovy Grape
@Grapes(
  @Grab(group='org.asynchttpclient', module='async-http-client-bom', version='2.12.3')
)
Apache Ivy
<dependency org="org.asynchttpclient" name="async-http-client-bom" rev="2.12.3" />
Leiningen
[org.asynchttpclient/async-http-client-bom "2.12.3"]
Apache Buildr
'org.asynchttpclient:async-http-client-bom:jar:2.12.3'
Dependencies
The project has no third-party dependencies