Download google-http-client-1.14.1-beta.jar file - Jar g

Jar examples for g:google-http-client

Description

Google HTTP Client Library for Java. Functionality that works on all supported Java platforms, including Java 5 (or higher) desktop (SE) and web (EE), Android, and Google App Engine.

You can download jar file google-http-client 1.14.1-beta in this page.

Build File

You can use the following script to add google-http-client-1.14.1-beta.jar to your project.

<dependency>
   <groupId>com.google.http-client</groupId>
   <artifactId>google-http-client</artifactId>
   <version>1.14.1-beta</version>
</dependency>
compile group: 'com.google.http-client', name: 'google-http-client', version: '1.14.1-beta'
libraryDependencies += "com.google.http-client" % "google-http-client" % "1.14.1-beta"
<dependency org="com.google.http-client" name="google-http-client" rev="1.14.1-beta"/>
@Grapes(@Grab(group='com.google.http-client', module='google-http-client', version='1.14.1-beta'))
'com.google.http-client:google-http-client:jar:1.14.1-beta'

Download

Click the following link to download the jar file.

google-http-client-1.14.1-beta-javadoc.jar
google-http-client-1.14.1-beta-sources.jar
google-http-client-1.14.1-beta.jar
google-http-client-1.14.1-beta.pom



Related Tutorials