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

feat: Enable REST transport for most of Java and Go clients #676

Merged
merged 4 commits into from
Jun 23, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
🦉 Updates from OwlBot post-processor
  • Loading branch information
gcf-owl-bot[bot] committed Jun 23, 2022
commit d405c2b7bfcbcccd919bc67b6e13ed97c882a03a
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-game-servers</artifactId>
<version>2.2.0</version>
<version>2.2.1</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-game-servers:2.2.0'
implementation 'com.google.cloud:google-cloud-game-servers:2.2.1'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-game-servers" % "2.2.0"
libraryDependencies += "com.google.cloud" % "google-cloud-game-servers" % "2.2.1"
```

## Authentication
Expand Down