h

httpcore-nio

This bundle will export packages for HTTPCore-NIO.
http://hc.apache.org/httpcomponents-core-ga
Files download
File Operation
httpcore-nio-4.4.15-wso2v2.jar download
httpcore-nio-4.4.15-wso2v2.pom download
httpcore-nio-4.4.15-wso2v2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.wso2.orbit.httpcomponents</groupId>
  <artifactId>httpcore-nio</artifactId>
  <version>4.4.15-wso2v2</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.wso2.orbit.httpcomponents:httpcore-nio:4.4.15-wso2v2'
Gradle Kotlin
implementation("org.wso2.orbit.httpcomponents:httpcore-nio:4.4.15-wso2v2")
Scala SBT
libraryDependencies += "org.wso2.orbit.httpcomponents" % "httpcore-nio" % "4.4.15-wso2v2"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.orbit.httpcomponents', module='httpcore-nio', version='4.4.15-wso2v2')
)
Apache Ivy
<dependency org="org.wso2.orbit.httpcomponents" name="httpcore-nio" rev="4.4.15-wso2v2" />
Leiningen
[org.wso2.orbit.httpcomponents/httpcore-nio "4.4.15-wso2v2"]
Apache Buildr
'org.wso2.orbit.httpcomponents:httpcore-nio:jar:4.4.15-wso2v2'