Skip to content

Commit 571cee6

Browse files
willgoldbychingor13
authored andcommitted
chore: include for region tags to keep the content the same on cloud.google.com as it is on GitHub (#77)
* Add region tags so content can be pulled into cloud.google.com/logging/docs/reference/libraries * docs: Add tags for the correct content to be included in cloud.google.com
1 parent c4577b5 commit 571cee6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Quickstart
1414
----------
1515
If you are using Maven with Bom, Add this to your pom.xml file.
1616
```xml
17+
<!-- [START logging_install_with_bom] -->
1718
<dependencyManagement>
1819
<dependencies>
1920
<dependency>
@@ -30,15 +31,18 @@ If you are using Maven with Bom, Add this to your pom.xml file.
3031
<groupId>com.google.cloud</groupId>
3132
<artifactId>google-cloud-logging</artifactId>
3233
</dependency>
34+
<!-- [END logging_install_with_bom] -->
3335
```
3436
[//]: # ({x-version-update-start:google-cloud-logging:released})
3537
If you are using Maven without Bom, Add this to your dependencies.
3638
```xml
39+
<!-- [START logging_install_without_bom] -->
3740
<dependency>
3841
<groupId>com.google.cloud</groupId>
3942
<artifactId>google-cloud-logging</artifactId>
4043
<version>1.99.0</version>
4144
</dependency>
45+
<!-- [END logging_install_without_bom] -->
4246
```
4347
If you are using Gradle, add this to your dependencies
4448
```Groovy

0 commit comments

Comments
 (0)