Skip to content

Commit 9945df0

Browse files
authored
Update README.md
1 parent ccf33d7 commit 9945df0

1 file changed

Lines changed: 16 additions & 7 deletions

File tree

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)