Download httpclient-win-4.5.jar file - Jar h

Jar examples for h:httpclient-win

Description

Windows specific functionality for Apache HttpClient

You can download jar file httpclient-win 4.5 in this page.

License

Apache License

Build File

You can use the following script to add httpclient-win-4.5.jar to your project.

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

Download

Click the following link to download the jar file.

httpclient-win-4.5-javadoc.jar
httpclient-win-4.5-sources.jar
httpclient-win-4.5.jar
httpclient-win-4.5.pom



Related Tutorials