Skip to content

Commit

Permalink
chore: Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
lqiu96 committed Sep 27, 2022
1 parent 6738472 commit fa313c7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions java-datacatalog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.1.0</version>
<version>26.1.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -41,28 +41,28 @@ If you are using Maven without BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-datacatalog</artifactId>
<version>1.9.2</version>
<version>1.9.3</version>
</dependency>

```

If you are using Gradle 5.x or later, add this to your dependencies:

```Groovy
implementation platform('com.google.cloud:libraries-bom:26.1.0')
implementation platform('com.google.cloud:libraries-bom:26.1.1')
implementation 'com.google.cloud:google-cloud-datacatalog'
```
If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-datacatalog:1.9.2'
implementation 'com.google.cloud:google-cloud-datacatalog:1.9.3'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-datacatalog" % "1.9.2"
libraryDependencies += "com.google.cloud" % "google-cloud-datacatalog" % "1.9.3"
```

## Authentication
Expand Down Expand Up @@ -252,4 +252,4 @@ Java is a registered trademark of Oracle and/or its affiliates.
[cloudlibs]: https://cloud.google.com/apis/docs/client-libraries-explained
[apilibs]: https://cloud.google.com/apis/docs/client-libraries-explained#google_api_client_libraries
[oracle]: https://www.oracle.com/java/technologies/java-se-support-roadmap.html
[g-c-j]: http://github.com/googleapis/google-cloud-java
[g-c-j]: http://github.com/googleapis/google-cloud-java

0 comments on commit fa313c7

Please sign in to comment.