From 7adaecc6be71a1c677d0e580912e2344bf3139a4 Mon Sep 17 00:00:00 2001 From: Ajit Thakor <49403056+athakor@users.noreply.github.com> Date: Wed, 13 Nov 2019 06:36:48 -0500 Subject: [PATCH] docs: reference libraries-bom in docs (#9) --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c63c9c7..7b7899b4 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,27 @@ Java idiomatic client for [Cloud Memorystore for Redis][cloud-redis]. 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-redis + +``` [//]: # ({x-version-update-start:google-cloud-redis:released}) -Add this to your pom.xml file +If you are using Maven without a BOM, add this to your dependencies. ```xml com.google.cloud