h

httpcore5-parent

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