is not current version
Last Version 2.18.2

com.google.api:gax-bom 1.43.0

Google Api eXtensions for Java

GroupId

GroupId

com.google.api
ArtifactId

ArtifactId

gax-bom
Version

Version

1.43.0
Type

Type

pom

Download gax-bom 1.43.0


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