Skip to content

Commit

Permalink
GAX version
Browse files Browse the repository at this point in the history
  • Loading branch information
suztomo committed Feb 15, 2023
1 parent 55ac741 commit b11f329
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions gax-java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,30 +36,32 @@ If you are using Maven, add this to your pom.xml file
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>2.8.1</version>
<version>2.23.0</version>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<version>2.8.1</version>
<version>2.23.0</version>
</dependency>
```

If you are using Gradle, add this to your dependencies

```Groovy
compile 'com.google.api:gax:2.8.1',
'com.google.api:gax-grpc:2.8.1'
compile 'com.google.api:gax:2.23.0',
'com.google.api:gax-grpc:2.23.0'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.api" % "gax" % "2.8.1"
libraryDependencies += "com.google.api" % "gax-grpc" % "2.8.1"
libraryDependencies += "com.google.api" % "gax" % "2.23.0"
libraryDependencies += "com.google.api" % "gax-grpc" % "2.23.0"
```
[//]: # ({x-version-update-end})

To find the latest version, see https://search.maven.org/artifact/com.google.api/gax.

Java Versions
-------------

Expand Down

0 comments on commit b11f329

Please sign in to comment.