Download httpcore-niossl-4.0-alpha6.jar file - Jar h

Jar examples for h:httpcore-niossl

Description

HttpComponents Core (NIO SSL extensions)

You can download jar file httpcore-niossl 4.0-alpha6 in this page.

License

Apache License

Build File

You can use the following script to add httpcore-niossl-4.0-alpha6.jar to your project.

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

Download

Click the following link to download the jar file.

httpcore-niossl-4.0-alpha6.pom



Related Tutorials