Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcz.msebera.android |
ArtifactId | ArtifactIdhttpclient |
Version | Version4.3.6 |
Type | Typejar |
Filename | Size |
---|---|
httpclient-4.3.6.pom | |
httpclient-4.3.6.jar | 1 MB |
httpclient-4.3.6-sources.jar | 1 MB |
httpclient-4.3.6-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.6</version>
</dependency>
// https://jarcasting.com/artifacts/cz.msebera.android/httpclient/
implementation 'cz.msebera.android:httpclient:4.3.6'
// https://jarcasting.com/artifacts/cz.msebera.android/httpclient/
implementation ("cz.msebera.android:httpclient:4.3.6")
'cz.msebera.android:httpclient:jar:4.3.6'
<dependency org="cz.msebera.android" name="httpclient" rev="4.3.6">
<artifact name="httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='cz.msebera.android', module='httpclient', version='4.3.6')
)
libraryDependencies += "cz.msebera.android" % "httpclient" % "4.3.6"
[cz.msebera.android/httpclient "4.3.6"]