Skip to content

Instantly share code, notes, and snippets.

@SeongUgJung
Last active August 29, 2015 14:04
Show Gist options
  • Save SeongUgJung/6000111a88e9b24f65c6 to your computer and use it in GitHub Desktop.
Save SeongUgJung/6000111a88e9b24f65c6 to your computer and use it in GitHub Desktop.
android-play-publisher-api-sample-maven-dependency
<dependencies>
<dependency>
<groupid>com.google.apis</groupid>
<artifactid>google-api-services-androidpublisher</artifactid>
<version>v2-rev2-1.19.0</version>
</dependency>
<dependency>
<groupid>com.google.oauth-client</groupid>
<artifactid>google-oauth-client-java6</artifactid>
<version>1.19.0</version>
</dependency>
<dependency>
<groupid>com.google.oauth-client</groupid>
<artifactid>google-oauth-client-jetty</artifactid>
<version>1.19.0</version>
</dependency>
</dependencies>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment