diff --git a/google-cloud-clients/google-cloud-spanner/README.md b/google-cloud-clients/google-cloud-spanner/README.md
index 6c0a5c1c0794..fdb2ae0aa702 100644
--- a/google-cloud-clients/google-cloud-spanner/README.md
+++ b/google-cloud-clients/google-cloud-spanner/README.md
@@ -10,9 +10,27 @@ Java idiomatic client for [Cloud Spanner][cloud-spanner].
- [Client Library Documentation][spanner-client-lib-docs]
## Quickstart
+If you are using Maven with a BOM, add this to your pom.xml file.
+```xml
+
+
+
+ com.google.cloud
+ libraries-bom
+ 2.8.0
+ pom
+ import
+
+
+
+
+ com.google.cloud
+ google-cloud-spanner
+
+```
[//]: # ({x-version-update-start:google-cloud-spanner:released})
-If you are using Maven, add this to your pom.xml file
+If you are using Maven without a BOM, add this to your dependencies.
```xml
com.google.cloud