Skip to content

Instantly share code, notes, and snippets.

@abergie
Created May 27, 2014 11:10
Show Gist options
  • Save abergie/73cd00f318b08faacb01 to your computer and use it in GitHub Desktop.
Save abergie/73cd00f318b08faacb01 to your computer and use it in GitHub Desktop.
BigQuery pom.xml snippet
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-bigquery</artifactId>
<version>${version}</version>
</dependency>
<dependency>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client</artifactId>
<version>${version}</version>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-jackson2</artifactId>
<version>${version}</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment