Download httpasyncclient-4.0.jar file - Jar h

Jar examples for h:httpasyncclient

Description

HttpComponents AsyncClient (base module)

You can download jar file httpasyncclient 4.0 in this page.

License

Apache License

Build File

You can use the following script to add httpasyncclient-4.0.jar to your project.

<dependency>
   <groupId>org.apache.httpcomponents</groupId>
   <artifactId>httpasyncclient</artifactId>
   <version>4.0</version>
</dependency>
compile group: 'org.apache.httpcomponents', name: 'httpasyncclient', version: '4.0'
libraryDependencies += "org.apache.httpcomponents" % "httpasyncclient" % "4.0"
<dependency org="org.apache.httpcomponents" name="httpasyncclient" rev="4.0"/>
@Grapes(@Grab(group='org.apache.httpcomponents', module='httpasyncclient', version='4.0'))
'org.apache.httpcomponents:httpasyncclient:jar:4.0'

Download

Click the following link to download the jar file.

httpasyncclient-4.0-sources.jar
httpasyncclient-4.0.jar
httpasyncclient-4.0.pom



Related Tutorials