Download httpclient-osgi-4.3.4.jar file - Jar h

Jar examples for h:httpclient-osgi

Description

Apache HttpComponents Client (OSGi bundle)

You can download jar file httpclient-osgi 4.3.4 in this page.

License

Apache License

Build File

You can use the following script to add httpclient-osgi-4.3.4.jar to your project.

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

Download

Click the following link to download the jar file.

httpclient-osgi-4.3.4-javadoc.jar
httpclient-osgi-4.3.4-sources.jar
httpclient-osgi-4.3.4.jar
httpclient-osgi-4.3.4.pom



Related Tutorials