httpclient-android
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient-android</artifactId> <version>4.3.5.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient-android</artifactId> <version>4.3.5.1</version> <name>HttpComponents Client for Android</name> <url>http://hc.apache.org/httpcomponents-client/</url> <organization> <name>The Apache Software Foundation</name> <url>http://www.apache.org/</url> </organization> <licenses> <license> <name>Apache License, Version 2.0</name> <url>LICENSE.txt</url> <distribution>repo</distribution> </license> </licenses> <issueManagement> <system>Jira</system> <url>http://issues.apache.org/jira/browse/HTTPCLIENT</url> </issueManagement> </project>