Skip to content

Commit

Permalink
Merge pull request googleapis#20 from athakor/resourcemanager-6668
Browse files Browse the repository at this point in the history
Reference libraries-bom in docs
  • Loading branch information
elharo authored Nov 13, 2019
2 parents 6154582 + eb0cd6d commit 609005b
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion java-resourcemanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,27 @@ Java idiomatic client for [Google Cloud Resource Manager][cloud-resourcemanager]
Quickstart
----------
If you are using Maven with a 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-resourcemanager</artifactId>
</dependency>
```
[//]: # ({x-version-update-start:google-cloud-resourcemanager:released})
If you are using Maven, add this to your pom.xml file
If you are using Maven without a BOM, add this to your dependencies.
```xml
<dependency>
<groupId>com.google.cloud</groupId>
Expand Down

0 comments on commit 609005b

Please sign in to comment.