is not current version
Last Version 2.12.3

org.asynchttpclient:async-http-client-project 2.0.0-alpha19

The Async Http Client (AHC) library's purpose is to allow Java applications to easily execute HTTP requests and asynchronously process the response.

Categories

Categories

CLI User Interface Async Http Client Net HTTP Clients
GroupId

GroupId

org.asynchttpclient
ArtifactId

ArtifactId

async-http-client-project
Version

Version

2.0.0-alpha19
Type

Type

pom

Download async-http-client-project 2.0.0-alpha19


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