Created
May 27, 2014 11:10
-
-
Save abergie/73cd00f318b08faacb01 to your computer and use it in GitHub Desktop.
BigQuery pom.xml snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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