MVN

org.asynchttpclient : async-http-client-api

Maven & Gradle

Sep 24, 2015
2 usages
6.1k stars

Asynchronous Http Client API · The Async Http Client (AHC) API classes.

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

Latest Version

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

  • Latest Stable: 2.0.0-alpha12
  • Latest Alpha: 2.0.0-alpha12

All Versions

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

Version Vulnerabilities Updated
2.0.x
async-http-client-api-2.0.0-alpha12
async-http-client-api-2.0.0-alpha11
async-http-client-api-2.0.0-alpha10
async-http-client-api-2.0.0-alpha9
async-http-client-api-2.0.0-alpha8
async-http-client-api-2.0.0-alpha7
async-http-client-api-2.0.0-alpha6
async-http-client-api-2.0.0-alpha5
async-http-client-api-2.0.0-alpha4
async-http-client-api-2.0.0-alpha3
async-http-client-api-2.0.0-alpha2
async-http-client-api-2.0.0-alpha1

How to add a dependency to Maven

Add the following org.asynchttpclient : async-http-client-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.asynchttpclient</groupId>
    <artifactId>async-http-client-api</artifactId>
    <version>2.0.0-alpha12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.asynchttpclient : async-http-client-api gradle dependency to your build.gradle file:

implementation 'org.asynchttpclient:async-http-client-api:2.0.0-alpha12'

Gradle Kotlin DSL: Add the following org.asynchttpclient : async-http-client-api gradle kotlin dependency to your build.gradle.kts file:

implementation("org.asynchttpclient:async-http-client-api:2.0.0-alpha12")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.asynchttpclient : async-http-client-api sbt scala dependency to your build.sbt file:

libraryDependencies += "org.asynchttpclient" % "async-http-client-api" % "2.0.0-alpha12"