is not current version
Last Version 12

org.apache.httpcomponents:httpcomponents-parent 9

Apache components to build HTTP enabled services

GroupId

GroupId

org.apache.httpcomponents
ArtifactId

ArtifactId

httpcomponents-parent
Version

Version

9
Type

Type

pom

Download httpcomponents-parent 9


<!-- https://jarcasting.com/artifacts/org.apache.httpcomponents/httpcomponents-parent/ -->
<dependency>
    <groupId>org.apache.httpcomponents</groupId>
    <artifactId>httpcomponents-parent</artifactId>
    <version>9</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.httpcomponents/httpcomponents-parent/
implementation 'org.apache.httpcomponents:httpcomponents-parent:9'
// https://jarcasting.com/artifacts/org.apache.httpcomponents/httpcomponents-parent/
implementation ("org.apache.httpcomponents:httpcomponents-parent:9")
'org.apache.httpcomponents:httpcomponents-parent:pom:9'
<dependency org="org.apache.httpcomponents" name="httpcomponents-parent" rev="9">
  <artifact name="httpcomponents-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.httpcomponents', module='httpcomponents-parent', version='9')
)
libraryDependencies += "org.apache.httpcomponents" % "httpcomponents-parent" % "9"
[org.apache.httpcomponents/httpcomponents-parent "9"]