License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.github.ok2c.hc4.android |
ArtifactId | ArtifactIdhttpclient-android |
Version | Version0.1.0 |
Type | Typeaar |
Description |
DescriptionApache HttpClient extensions for Android
Apache HttpClient extensions for Android
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
httpclient-android-0.1.0.pom | |
httpclient-android-0.1.0.aar | 31 KB |
httpclient-android-0.1.0-sources.jar | 23 KB |
httpclient-android-0.1.0-javadoc.jar | 65 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ok2c.hc4.android/httpclient-android/ -->
<dependency>
<groupId>com.github.ok2c.hc4.android</groupId>
<artifactId>httpclient-android</artifactId>
<version>0.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ok2c.hc4.android/httpclient-android/
implementation 'com.github.ok2c.hc4.android:httpclient-android:0.1.0'
// https://jarcasting.com/artifacts/com.github.ok2c.hc4.android/httpclient-android/
implementation ("com.github.ok2c.hc4.android:httpclient-android:0.1.0")
'com.github.ok2c.hc4.android:httpclient-android:aar:0.1.0'
<dependency org="com.github.ok2c.hc4.android" name="httpclient-android" rev="0.1.0">
<artifact name="httpclient-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.ok2c.hc4.android', module='httpclient-android', version='0.1.0')
)
libraryDependencies += "com.github.ok2c.hc4.android" % "httpclient-android" % "0.1.0"
[com.github.ok2c.hc4.android/httpclient-android "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | 4.5.6 |