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