Announcing the release of 1.11.0-beta!
Highlights:
You can also look at the
New Features in base library,
New Features in the generated library,
JavaDoc, and
JDiff.
The library zip containing all required dependencies is available
here.
Please also take a look at the supported
APIs and some of their
samples.
Maven users should specify version 1.11.0-beta in their project’s plugin configuration:
<dependency>
  <groupId>com.google.api-client</groupId>
  <artifactId>google-api-client</artifactId>
  <version>1.11.0-beta</version>
</dependency>
Maven users can specify service-specific generated libraries in their project’s plugin configuration:
<repositories>
  <repository>
    <id>googleapis</id>
    <url>
http://mavenrepo.google-api-java-client.googlecode.com/hg/</url>
  </repository>
</repositories>
<dependency>
  <groupId>com.google.apis</groupId>
  <artifactId>google-api-services-plus</artifactId>
  <version>v1-rev22-1.8.0-beta</version>
</dependency>
--
Posted By Ravi Mistry to
google-api-java-client Announcements at 9/05/2012 04:38:00 PM