Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
Add region tags for GCP documentation that references the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
William Goldby committed Feb 5, 2020
1 parent 6405d70 commit cf65a92
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Java idiomatic client for [Stackdriver Monitoring][product-docs].

If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
```xml
<!-- [START monitoring_install_with_bom] -->
<dependencyManagement>
<dependencies>
<dependency>
Expand All @@ -30,18 +31,21 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
<artifactId>google-cloud-monitoring</artifactId>
</dependency>
</dependencies>
<!-- [END monitoring_install_with_bom] -->
```

[//]: # ({x-version-update-start:google-cloud-monitoring:released})

If you are using Maven without BOM, add this to your dependencies:

```xml
<!-- [START monitoring_install_without_bom] -->
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-monitoring</artifactId>
<version>1.99.2</version>
</dependency>
<!-- [END monitoring_install_without_bom] -->
```

If you are using Gradle, add this to your dependencies
Expand Down

0 comments on commit cf65a92

Please sign in to comment.