From 7e86a02fa026c35a95c0ed626e197867d130a9a6 Mon Sep 17 00:00:00 2001 From: Ajit Thakor Date: Wed, 13 Nov 2019 02:01:24 -0500 Subject: [PATCH] docs: reference libraries-bom in docs --- .../google-cloud-nio/README.md | 20 ++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/google-cloud-clients/google-cloud-contrib/google-cloud-nio/README.md b/google-cloud-clients/google-cloud-contrib/google-cloud-nio/README.md index 42572d7eef56..a61e9cfd707d 100644 --- a/google-cloud-clients/google-cloud-contrib/google-cloud-nio/README.md +++ b/google-cloud-clients/google-cloud-contrib/google-cloud-nio/README.md @@ -18,9 +18,27 @@ for interacting with Google Cloud Storage. 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-nio + +``` [//]: # ({x-version-update-start:google-cloud-nio: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