Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Quickstart
----------
If you are using Maven with Bom, Add this to your pom.xml file.
```xml
<!-- [START logging_install_with_bom] -->
<dependencyManagement>
<dependencies>
<dependency>
Expand All @@ -30,15 +31,18 @@ If you are using Maven with Bom, Add this to your pom.xml file.
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-logging</artifactId>
</dependency>
<!-- [END logging_install_with_bom] -->
```
[//]: # ({x-version-update-start:google-cloud-logging:released})
If you are using Maven without Bom, Add this to your dependencies.
```xml
<!-- [START logging_install_without_bom] -->
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-logging</artifactId>
<version>1.99.0</version>
</dependency>
<!-- [END logging_install_without_bom] -->
```
If you are using Gradle, add this to your dependencies
```Groovy
Expand Down