Skip to content

Commit a79bae4

Browse files
---
yaml --- r: 1301 b: refs/heads/pubsub-alpha c: 1255189 h: refs/heads/master i: 1299: a2c8a52 v: v3
1 parent af4dfc0 commit a79bae4

50 files changed

Lines changed: 18111 additions & 1 deletion

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ refs/heads/master: a25e50430b55b93816be392e363638e67f67a500
33
refs/heads/travis: e21ee7b88a5edc3f3d8c71f90c3fc32abf7e8dd6
44
refs/heads/gh-pages: d1b373c30c176edc08692348167bec3a244bb823
55
refs/heads/bigquery: 762fa5830e6c398c0396177e3e7fd243bd62cfc3
6-
refs/heads/pubsub-alpha: 5db3e216464a66253149c45e775cd6ec96bc8737
6+
refs/heads/pubsub-alpha: 12551897807a59690cf1b59b09257dc85bd41dd3
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Google Cloud Java Client for Pub/Sub
2+
====================================
3+
4+
Java idiomatic client for [Google Cloud Pub/Sub] (https://cloud.google.com/pubsub/).
5+
6+
[![Build Status](https://travis-ci.org/GoogleCloudPlatform/gcloud-java.svg?branch=master)](https://travis-ci.org/GoogleCloudPlatform/gcloud-java)
7+
[![Coverage Status](https://coveralls.io/repos/GoogleCloudPlatform/gcloud-java/badge.svg?branch=master)](https://coveralls.io/r/GoogleCloudPlatform/gcloud-java?branch=master)
8+
[![Maven](https://img.shields.io/maven-central/v/com.google.gcloud/gcloud-java-pubsub.svg)]( https://img.shields.io/maven-central/v/com.google.gcloud/gcloud-java-pubsub.svg)
9+
10+
- [Homepage] (https://googlecloudplatform.github.io/gcloud-java/)
11+
- [API Documentation] (http://googlecloudplatform.github.io/gcloud-java/apidocs)
12+
13+
> Note: This client is a work-in-progress, and may occasionally
14+
> make backwards-incompatible changes.
15+
16+
Quickstart
17+
----------
18+
Add this to your pom.xml file
19+
```xml
20+
<dependency>
21+
<groupId>com.google.gcloud</groupId>
22+
<artifactId>gcloud-java-pubsub</artifactId>
23+
<version>0.0.10</version>
24+
</dependency>
25+
```

0 commit comments

Comments
 (0)