<dependency> <groupId>com.google.api</groupId> <artifactId>gax-bom</artifactId> <version>2.52.0</version> <type>pom</type> </dependency>
implementation 'com.google.api:gax-bom:2.52.0'
implementation("com.google.api:gax-bom:2.52.0")
libraryDependencies += "com.google.api" % "gax-bom" % "2.52.0"
@Grapes( @Grab(group='com.google.api', module='gax-bom', version='2.52.0') )
<dependency org="com.google.api" name="gax-bom" rev="2.52.0" />
[com.google.api/gax-bom "2.52.0"]
'com.google.api:gax-bom:jar:2.52.0'
<parent> <groupId>com.google.cloud</groupId> <artifactId>google-cloud-shared-config</artifactId> <version>1.11.0</version> </parent>