License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcz.msebera.android |
ArtifactId | ArtifactIdhttpclient |
Last Version | Last Version4.5.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHttpClient Android Library
HttpClient repackage for Android
|
Filename | Size |
---|---|
httpclient-4.5.8.pom | |
httpclient-4.5.8.jar | 1 MB |
httpclient-4.5.8-sources.jar | 1 MB |
httpclient-4.5.8-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.8</version>
</dependency>
// https://jarcasting.com/artifacts/cz.msebera.android/httpclient/
implementation 'cz.msebera.android:httpclient:4.5.8'
// https://jarcasting.com/artifacts/cz.msebera.android/httpclient/
implementation ("cz.msebera.android:httpclient:4.5.8")
'cz.msebera.android:httpclient:jar:4.5.8'
<dependency org="cz.msebera.android" name="httpclient" rev="4.5.8">
<artifact name="httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='cz.msebera.android', module='httpclient', version='4.5.8')
)
libraryDependencies += "cz.msebera.android" % "httpclient" % "4.5.8"
[cz.msebera.android/httpclient "4.5.8"]