From 1a1b0270210091010a484db8fbce46db7280d54e Mon Sep 17 00:00:00 2001 From: Ajit Thakor Date: Tue, 12 Nov 2019 02:06:32 -0500 Subject: [PATCH] docs: reference libraries-bom in docs --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9127bfe4..b4797c15 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,27 @@ Java idiomatic client for [Phishing Protection][product-overview]. 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-phishingprotection + +``` [//]: # ({x-version-update-start:google-cloud-phishingprotection: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