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

Commit

Permalink
Reference libraries-bom in docs (#20)
Browse files Browse the repository at this point in the history
*  Reference libraries-bom in docs

* Modified the doc
  • Loading branch information
athakor authored and chingor13 committed Nov 12, 2019
1 parent 3fd3a57 commit d0ec778
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Expand Up @@ -12,9 +12,27 @@ Java idiomatic client for [Cloud Asset][api-reference].
> make backwards-incompatible changes.
## Quickstart
If you are using Maven with Bom, Add this to your pom.xml file.
```xml
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>2.8.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-asset</artifactId>
</dependency>
```
[//]: # ({x-version-update-start:google-cloud-asset:released})
If you are using Maven, add this to your pom.xml file
If you are using Maven without Bom, Add this to your dependencies.
```xml
<dependency>
<groupId>com.google.cloud</groupId>
Expand Down

0 comments on commit d0ec778

Please sign in to comment.