Skip to content

Commit b762fd7

Browse files
committed
Add shield, dependency code and link to BigQueryExample to bigquery README
1 parent af68f77 commit b762fd7

1 file changed

Lines changed: 16 additions & 8 deletions

File tree

gcloud-java-bigquery/README.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Java idiomatic client for [Google Cloud BigQuery] (https://cloud.google.com/bigq
55

66
[![Build Status](https://travis-ci.org/GoogleCloudPlatform/gcloud-java.svg?branch=master)](https://travis-ci.org/GoogleCloudPlatform/gcloud-java)
77
[![Coverage Status](https://coveralls.io/repos/GoogleCloudPlatform/gcloud-java/badge.svg?branch=master)](https://coveralls.io/r/GoogleCloudPlatform/gcloud-java?branch=master)
8-
<!-- TODO(mziccard): add in the maven shield once the artifact is pushed to maven -->
8+
[![Maven](https://img.shields.io/maven-central/v/com.google.gcloud/gcloud-java-bigquery.svg)]( https://img.shields.io/maven-central/v/com.google.gcloud/gcloud-java-bigquery.svg)
99

1010
- [Homepage] (https://googlecloudplatform.github.io/gcloud-java/)
1111
- [API Documentation] (http://googlecloudplatform.github.io/gcloud-java/apidocs/index.html?com/google/gcloud/bigquery/package-summary.html)
@@ -16,18 +16,26 @@ Java idiomatic client for [Google Cloud BigQuery] (https://cloud.google.com/bigq
1616
Quickstart
1717
----------
1818
If you are using Maven, add this to your pom.xml file
19-
<!-- TODO(mziccard): add mvn dependency code -->
20-
19+
```xml
20+
<dependency>
21+
<groupId>com.google.gcloud</groupId>
22+
<artifactId>gcloud-java-bigquery</artifactId>
23+
<version>0.1.1</version>
24+
</dependency>
25+
```
2126
If you are using Gradle, add this to your dependencies
22-
<!-- TODO(mziccard): add gradle dependency code -->
23-
27+
```Groovy
28+
compile 'com.google.gcloud:gcloud-java-bigquery:0.1.1'
29+
```
2430
If you are using SBT, add this to your dependencies
25-
<!-- TODO(mziccard): add sbt dependency code -->
31+
```Scala
32+
libraryDependencies += "com.google.gcloud" % "gcloud-java-bigquery" % "0.1.1"
33+
```
2634

2735
Example Application
2836
-------------------
29-
30-
<!-- TODO(mziccard): add example application -->
37+
- [`BigQueryExample`](https://github.com/GoogleCloudPlatform/gcloud-java/blob/master/gcloud-java-examples/src/main/java/com/google/gcloud/examples/BigQueryExample.java) - A simple command line interface providing some of Cloud BigQuery's functionality.
38+
Read more about using this application on the [`gcloud-java-examples` docs page](http://googlecloudplatform.github.io/gcloud-java/apidocs/?com/google/gcloud/examples/BigQueryExample.html).
3139

3240
Authentication
3341
--------------

0 commit comments

Comments
 (0)