| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdcz.msebera.android |
| ArtifactId | ArtifactIdhttpclient |
| Version | Version4.5.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| httpclient-4.5.3.pom | |
| httpclient-4.5.3.jar | 1 MB |
| httpclient-4.5.3-sources.jar | 1 MB |
| httpclient-4.5.3-javadoc.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/cz.msebera.android/httpclient/ -->
<dependency>
<groupId>cz.msebera.android</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/cz.msebera.android/httpclient/
implementation 'cz.msebera.android:httpclient:4.5.3'
// https://jarcasting.com/artifacts/cz.msebera.android/httpclient/
implementation ("cz.msebera.android:httpclient:4.5.3")
'cz.msebera.android:httpclient:jar:4.5.3'
<dependency org="cz.msebera.android" name="httpclient" rev="4.5.3">
<artifact name="httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='cz.msebera.android', module='httpclient', version='4.5.3')
)
libraryDependencies += "cz.msebera.android" % "httpclient" % "4.5.3"
[cz.msebera.android/httpclient "4.5.3"]