Download httpcore-osgi-4.2.4.jar file - Jar h

Jar examples for h:httpcore-osgi

Description

Apache HttpComponents Core (OSGi bundle)

You can download jar file httpcore-osgi 4.2.4 in this page.

License

Apache License

Build File

You can use the following script to add httpcore-osgi-4.2.4.jar to your project.

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

Download

Click the following link to download the jar file.

httpcore-osgi-4.2.4-sources.jar
httpcore-osgi-4.2.4.jar
httpcore-osgi-4.2.4.pom



Related Tutorials