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