GroupId | GroupIdorg.apache.httpcomponents |
---|---|
ArtifactId | ArtifactIdfluent-hc |
Version | Version4.3.1 |
Type | Typejar |
Filename | Size |
---|---|
fluent-hc-4.3.1.pom | |
fluent-hc-4.3.1.jar | 22 KB |
fluent-hc-4.3.1-sources.jar | 17 KB |
fluent-hc-4.3.1-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.httpcomponents/fluent-hc/ -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>fluent-hc</artifactId>
<version>4.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.httpcomponents/fluent-hc/
implementation 'org.apache.httpcomponents:fluent-hc:4.3.1'
// https://jarcasting.com/artifacts/org.apache.httpcomponents/fluent-hc/
implementation ("org.apache.httpcomponents:fluent-hc:4.3.1")
'org.apache.httpcomponents:fluent-hc:jar:4.3.1'
<dependency org="org.apache.httpcomponents" name="fluent-hc" rev="4.3.1">
<artifact name="fluent-hc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.httpcomponents', module='fluent-hc', version='4.3.1')
)
libraryDependencies += "org.apache.httpcomponents" % "fluent-hc" % "4.3.1"
[org.apache.httpcomponents/fluent-hc "4.3.1"]