is not current version
Last Version 2.18.2

com.google.api:gax-bom 2.4.0

Google Api eXtensions for Java

GroupId

GroupId

com.google.api
ArtifactId

ArtifactId

gax-bom
Version

Version

2.4.0
Type

Type

pom

Download gax-bom 2.4.0


<!-- https://jarcasting.com/artifacts/com.google.api/gax-bom/ -->
<dependency>
    <groupId>com.google.api</groupId>
    <artifactId>gax-bom</artifactId>
    <version>2.4.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.api/gax-bom/
implementation 'com.google.api:gax-bom:2.4.0'
// https://jarcasting.com/artifacts/com.google.api/gax-bom/
implementation ("com.google.api:gax-bom:2.4.0")
'com.google.api:gax-bom:pom:2.4.0'
<dependency org="com.google.api" name="gax-bom" rev="2.4.0">
  <artifact name="gax-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.api', module='gax-bom', version='2.4.0')
)
libraryDependencies += "com.google.api" % "gax-bom" % "2.4.0"
[com.google.api/gax-bom "2.4.0"]