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