File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4545<dependency >
4646 <groupId >com.google.cloud</groupId >
4747 <artifactId >google-cloud-cloudapiregistry</artifactId >
48- <version >0.0 .0</version >
48+ <version >0.1 .0</version >
4949</dependency >
5050```
5151
5252If you are using Gradle without BOM, add this to your dependencies:
5353
5454``` Groovy
55- implementation 'com.google.cloud:google-cloud-cloudapiregistry:0.0 .0'
55+ implementation 'com.google.cloud:google-cloud-cloudapiregistry:0.1 .0'
5656```
5757
5858If you are using SBT, add this to your dependencies:
5959
6060``` Scala
61- libraryDependencies += " com.google.cloud" % " google-cloud-cloudapiregistry" % " 0.0 .0"
61+ libraryDependencies += " com.google.cloud" % " google-cloud-cloudapiregistry" % " 0.1 .0"
6262```
6363
6464## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
181181[ javadocs ] : https://cloud.google.com/java/docs/reference/google-cloud-cloudapiregistry/latest/overview
182182[ stability-image ] : https://img.shields.io/badge/stability-preview-yellow
183183[ maven-version-image ] : https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-cloudapiregistry.svg
184- [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-cloudapiregistry/0.0 .0
184+ [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-cloudapiregistry/0.1 .0
185185[ authentication ] : https://github.com/googleapis/google-cloud-java#authentication
186186[ auth-scopes ] : https://developers.google.com/identity/protocols/oauth2/scopes
187187[ predefined-iam-roles ] : https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
You can’t perform that action at this time.
0 commit comments