File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments