diff --git a/README.md b/README.md index ea7fd934..5173213d 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,27 @@ Java idiomatic client for [reCAPTCHA Enterprise][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-recaptchaenterprise + +``` [//]: # ({x-version-update-start:google-cloud-recaptchaenterprise: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