Files download
File Operation
httpcomponents-parent-14.pom download
Apache Maven
<dependency>
  <groupId>org.apache.httpcomponents</groupId>
  <artifactId>httpcomponents-parent</artifactId>
  <version>14</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.httpcomponents:httpcomponents-parent:14'
Gradle Kotlin
implementation("org.apache.httpcomponents:httpcomponents-parent:14")
Scala SBT
libraryDependencies += "org.apache.httpcomponents" % "httpcomponents-parent" % "14"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.httpcomponents', module='httpcomponents-parent', version='14')
)
Apache Ivy
<dependency org="org.apache.httpcomponents" name="httpcomponents-parent" rev="14" />
Leiningen
[org.apache.httpcomponents/httpcomponents-parent "14"]
Apache Buildr
'org.apache.httpcomponents:httpcomponents-parent:jar:14'