is not current version
Last Version 4.5.13

org.apache.httpcomponents:fluent-hc 4.5

Apache HttpComponents Client fluent API

GroupId

GroupId

org.apache.httpcomponents
ArtifactId

ArtifactId

fluent-hc
Version

Version

4.5
Type

Type

jar

Download fluent-hc 4.5


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