Download httpasyncclient-4.0-beta3.jar file - Jar h

Jar examples for h:httpasyncclient

Description

HttpComponents AsyncClient (base module)

You can download jar file httpasyncclient 4.0-beta3 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials