| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.httpcomponents |
| ArtifactId | ArtifactIdfluent-hc |
| Last Version | Last Version4.5.13 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionApache HttpClient Fluent API
Apache HttpComponents Client fluent API
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| fluent-hc-4.5.13.pom | |
| fluent-hc-4.5.13.jar | 18 KB |
| fluent-hc-4.5.13-sources.jar | 13 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.httpcomponents/fluent-hc/ -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>fluent-hc</artifactId>
<version>4.5.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.httpcomponents/fluent-hc/
implementation 'org.apache.httpcomponents:fluent-hc:4.5.13'
// https://jarcasting.com/artifacts/org.apache.httpcomponents/fluent-hc/
implementation ("org.apache.httpcomponents:fluent-hc:4.5.13")
'org.apache.httpcomponents:fluent-hc:jar:4.5.13'
<dependency org="org.apache.httpcomponents" name="fluent-hc" rev="4.5.13">
<artifact name="fluent-hc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.httpcomponents', module='fluent-hc', version='4.5.13')
)
libraryDependencies += "org.apache.httpcomponents" % "fluent-hc" % "4.5.13"
[org.apache.httpcomponents/fluent-hc "4.5.13"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.httpcomponents : httpclient | jar | 4.5.13 |
| commons-logging : commons-logging | jar | 1.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.httpcomponents : httpclient | jar | 4.5.13 |
| junit : junit | jar | 4.11 |
| org.mockito : mockito-core | jar | 1.10.19 |