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