Download httpcore-4.4.9.jar file - Jar h

Jar examples for h:httpcore

Description

This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.

You can download jar file httpcore 4.4.9 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

httpcore-4.4.9-javadoc.jar
httpcore-4.4.9-sources.jar
httpcore-4.4.9-tests.jar
httpcore-4.4.9.jar
httpcore-4.4.9.pom



Related Tutorials