h

httpcore5

Apache HttpComponents HTTP/1.1 core components
http://hc.apache.org/httpcomponents-core-ga
Files download
File Operation
httpcore5-5.0-beta6.jar download
httpcore5-5.0-beta6.pom download
httpcore5-5.0-beta6-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.httpcomponents.core5</groupId>
  <artifactId>httpcore5</artifactId>
  <version>5.0-beta6</version>
</dependency>
Gradle Groovy
implementation 'org.apache.httpcomponents.core5:httpcore5:5.0-beta6'
Gradle Kotlin
implementation("org.apache.httpcomponents.core5:httpcore5:5.0-beta6")
Scala SBT
libraryDependencies += "org.apache.httpcomponents.core5" % "httpcore5" % "5.0-beta6"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.httpcomponents.core5', module='httpcore5', version='5.0-beta6')
)
Apache Ivy
<dependency org="org.apache.httpcomponents.core5" name="httpcore5" rev="5.0-beta6" />
Leiningen
[org.apache.httpcomponents.core5/httpcore5 "5.0-beta6"]
Apache Buildr
'org.apache.httpcomponents.core5:httpcore5:jar:5.0-beta6'