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

Commit

Permalink
deps: update dependency com.google.cloud:google-cloud-resourcemanager…
Browse files Browse the repository at this point in the history
… to v0.117.2-alpha (#98)

4c5cbd1
commit 4c5cbd1
Author: WhiteSource Renovate <bot@renovateapp.com>
Date:   Tue Mar 17 20:24:19 2020 +0100

    deps: update dependency com.google.cloud:google-cloud-resourcemanager to v0.117.2-alpha (#98)

pom.xml
  • Loading branch information
yoshi-automation committed Mar 18, 2020
1 parent 86079e2 commit f8dbc16
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 19 deletions.
38 changes: 20 additions & 18 deletions README.md
Expand Up @@ -12,35 +12,37 @@ Java idiomatic client for [Cloud Asset Inventory][product-docs].

If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
```xml
<dependencyManagement>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>4.2.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>4.2.0</version>
<type>pom</type>
<scope>import</scope>
<artifactId>google-cloud-asset</artifactId>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-asset</artifactId>
</dependency>
</dependencies>

```

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

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

```xml
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-asset</artifactId>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-asset</artifactId>
<version>1.1.0</version>
</dependency>

```

If you are using Gradle, add this to your dependencies
Expand Down
2 changes: 1 addition & 1 deletion synth.metadata
@@ -1,5 +1,5 @@
{
"updateTime": "2020-03-18T21:43:13.199475Z",
"updateTime": "2020-03-18T21:49:30.422545Z",
"sources": [
{
"generator": {
Expand Down

0 comments on commit f8dbc16

Please sign in to comment.