From fee1bbe399d97121aa07ea85f43440b4a3014184 Mon Sep 17 00:00:00 2001 From: Ajit Thakor Date: Tue, 12 Nov 2019 03:54:25 -0500 Subject: [PATCH] Reference libraries-bom in docs --- .../google-cloud-os-login/README.md | 20 ++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/google-cloud-clients/google-cloud-os-login/README.md b/google-cloud-clients/google-cloud-os-login/README.md index c3bd1363c5df..e8e6b8f731ae 100644 --- a/google-cloud-clients/google-cloud-os-login/README.md +++ b/google-cloud-clients/google-cloud-os-login/README.md @@ -15,8 +15,26 @@ Java idiomatic client for [Google Cloud OS Login][cloud-os-login]. 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 + + + -Add this to your pom.xml file + + com.google.cloud + google-cloud-os-login + +``` +If you are using Maven without a BOM, add this to your dependencies. ```xml com.google.cloud