h

httpcore5-parent

Apache HttpComponents Core is a library of components for building HTTP enabled services
https://hc.apache.org/httpcomponents-core-5.0.x/
Files download
File Operation
httpcore5-parent-5.0.2.pom download
Apache Maven
<dependency>
  <groupId>org.apache.httpcomponents.core5</groupId>
  <artifactId>httpcore5-parent</artifactId>
  <version>5.0.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.httpcomponents.core5:httpcore5-parent:5.0.2'
Gradle Kotlin
implementation("org.apache.httpcomponents.core5:httpcore5-parent:5.0.2")
Scala SBT
libraryDependencies += "org.apache.httpcomponents.core5" % "httpcore5-parent" % "5.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.httpcomponents.core5', module='httpcore5-parent', version='5.0.2')
)
Apache Ivy
<dependency org="org.apache.httpcomponents.core5" name="httpcore5-parent" rev="5.0.2" />
Leiningen
[org.apache.httpcomponents.core5/httpcore5-parent "5.0.2"]
Apache Buildr
'org.apache.httpcomponents.core5:httpcore5-parent:jar:5.0.2'