Download httpcore-nio-4.4.4.jar file - Jar h

Jar examples for h:httpcore-nio

Description

Apache HttpComponents Core (non-blocking I/O)

You can download jar file httpcore-nio 4.4.4 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

httpcore-nio-4.4.4-javadoc.jar
httpcore-nio-4.4.4-sources.jar
httpcore-nio-4.4.4.jar
httpcore-nio-4.4.4.pom



Related Tutorials