Download google-http-client-1.17.0-rc.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.17.0-rc in this page.

Build File

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

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

Download

Click the following link to download the jar file.

google-http-client-1.17.0-rc-javadoc.jar
google-http-client-1.17.0-rc-sources.jar
google-http-client-1.17.0-rc.jar
google-http-client-1.17.0-rc.pom



Related Tutorials