Skip to content

Commit 509009a

Browse files
aozarovgarrettjonesgoogle
authored andcommitted
---
yaml --- r: 7897 b: refs/heads/tswast-patch-1 c: 48b324e h: refs/heads/master i: 7895: 1b07442
1 parent ae2e37b commit 509009a

2 files changed

Lines changed: 17 additions & 8 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ refs/tags/v0.18.0: 9d193c4c4b9d1c6f21515dd8e50836b9194ec9bb
5757
refs/tags/v0.19.0: e67b56e4d8dad5f9a7b38c9b2107c23c828f2ed5
5858
refs/tags/v0.20.0: 839f7fb7156535146aa1cb2c5aadd8d375d854e8
5959
refs/tags/v0.20.1: 370471f437f1f4f68a11e068df5cd6bf39edb1fa
60-
refs/heads/tswast-patch-1: ccf33d7bee8fac4ae4a6ae52d7842a88ab18abae
60+
refs/heads/tswast-patch-1: 48b324e5b9f8127fde8811b15104a42581c05df0
6161
refs/heads/pubsub-streaming-pull: 19262b752ee874eb2ca3b950eb2aef44d5a5267b

branches/tswast-patch-1/google-cloud-spanner/README.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,22 @@ Status](https://www.versioneye.com/user/projects/56bd8ee72a29ed002d2b0969/badge.
2222
2323
## Quickstart
2424

25-
If you are using Maven, add this to your pom.xml file `xml <dependency>
26-
<groupId>com.google.cloud</groupId>
27-
<artifactId>google-cloud-spanner</artifactId> <version>0.9.4-beta</version>
28-
</dependency>` If you are using Gradle, add this to your dependencies `Groovy
29-
compile 'com.google.cloud:google-cloud-spanner:0.9.4-beta'` If you are using
30-
SBT, add this to your dependencies `Scala libraryDependencies +=
31-
"com.google.cloud" % "google-cloud-spanner" % "0.9.4-beta"`
25+
If you are using Maven, add this to your pom.xml file
26+
```xml
27+
<dependency>
28+
<groupId>com.google.cloud</groupId>
29+
<artifactId>google-cloud-spanner</artifactId>
30+
<version>0.9.4-beta</version>
31+
</dependency>
32+
```
33+
If you are using Gradle, add this to your dependencies
34+
```Groovy
35+
compile 'com.google.cloud:google-cloud-spanner:0.9.4-beta'
36+
```
37+
If you are using SBT, add this to your dependencies
38+
```Scala
39+
libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "0.9.4-beta"
40+
```
3241

3342
## Authentication
3443

0 commit comments

Comments
 (0)