The Async Http Client (AHC) library's purpose is to allow Java applications to easily execute HTTP requests and asynchronously process the response.
'org.asynchttpclient:async-http-client-project:2.0.0-alpha19'
<dependency>
<groupId>org.asynchttpclient</groupId>
<artifactId>async-http-client-project</artifactId>
<version>2.0.0-alpha19</version>
</dependency>
<dependency org="org.asynchttpclient" name="async-http-client-project" rev="2.0.0-alpha19"/>
"org.asynchttpclient", "async-http-client-project", "2.0.0-alpha19"