MVN

com.google.http-client : google-http-client-android2

Maven & Gradle

Aug 29, 2012
4 usages

[Deprecated] Android Eclair (SDK 2.1) platform extensions to the Google HTTP Client Library for Java.

<dependency>
    <groupId>com.google.http-client</groupId>
    <artifactId>google-http-client-android2</artifactId>
    <version>1.11.0-beta</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.http-client : google-http-client-android2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.11.0-beta
  • Latest Beta: 1.11.0-beta

All Versions

Choose a version of com.google.http-client : google-http-client-android2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.11.x
google-http-client-android2-1.11.0-beta
1.10.x
google-http-client-android2-1.10.3-beta
google-http-client-android2-1.10.2-beta
google-http-client-android2-1.10.1-beta
google-http-client-android2-1.10.0-beta
1.9.x
google-http-client-android2-1.9.0-beta
1.8.x
google-http-client-android2-1.8.3-beta
1.7.x
google-http-client-android2-1.7.0-beta

How to add a dependency to Maven

Add the following com.google.http-client : google-http-client-android2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.google.http-client</groupId>
    <artifactId>google-http-client-android2</artifactId>
    <version>1.11.0-beta</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.google.http-client : google-http-client-android2 gradle dependency to your build.gradle file:

implementation 'com.google.http-client:google-http-client-android2:1.11.0-beta'

Gradle Kotlin DSL: Add the following com.google.http-client : google-http-client-android2 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.google.http-client:google-http-client-android2:1.11.0-beta")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.google.http-client : google-http-client-android2 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.google.http-client" % "google-http-client-android2" % "1.11.0-beta"