Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.apache.httpcomponents |
ArtifactId | ArtifactIdhttpclient |
Version | Version4.2.3 |
Type | Typejar |
Filename | Size |
---|---|
httpclient-4.2.3.pom | |
httpclient-4.2.3.jar | 422 KB |
httpclient-4.2.3-tests.jar | 390 KB |
httpclient-4.2.3-sources.jar | 512 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.httpcomponents/httpclient/ -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.httpcomponents/httpclient/
implementation 'org.apache.httpcomponents:httpclient:4.2.3'
// https://jarcasting.com/artifacts/org.apache.httpcomponents/httpclient/
implementation ("org.apache.httpcomponents:httpclient:4.2.3")
'org.apache.httpcomponents:httpclient:jar:4.2.3'
<dependency org="org.apache.httpcomponents" name="httpclient" rev="4.2.3">
<artifact name="httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.httpcomponents', module='httpclient', version='4.2.3')
)
libraryDependencies += "org.apache.httpcomponents" % "httpclient" % "4.2.3"
[org.apache.httpcomponents/httpclient "4.2.3"]