Download httpasyncclient-4.1.1.jar file - Jar h

Jar examples for h:httpasyncclient

Description

HttpComponents AsyncClient (base module)

You can download jar file httpasyncclient 4.1.1 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

httpasyncclient-4.1.1-sources.jar
httpasyncclient-4.1.1.jar
httpasyncclient-4.1.1.pom



Related Tutorials