diff --git a/README.md b/README.md index 589aa16a..cea5190a 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,27 @@ Java idiomatic client for [Google Cloud Natural Language][cloud-language]. 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-language + +``` [//]: # ({x-version-update-start:google-cloud-language: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