License |
License |
---|---|
GroupId | GroupIdcom.google.api |
ArtifactId | ArtifactIdgax-bom |
Last Version | Last Version2.18.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionGAX (Google Api eXtensions) for Java (BOM)
Google Api eXtensions for Java (BOM)
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gax-bom-2.18.2.pom | |
gax-bom-2.18.2.xml | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.api/gax-bom/ -->
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-bom</artifactId>
<version>2.18.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.api/gax-bom/
implementation 'com.google.api:gax-bom:2.18.2'
// https://jarcasting.com/artifacts/com.google.api/gax-bom/
implementation ("com.google.api:gax-bom:2.18.2")
'com.google.api:gax-bom:pom:2.18.2'
<dependency org="com.google.api" name="gax-bom" rev="2.18.2">
<artifact name="gax-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.api', module='gax-bom', version='2.18.2')
)
libraryDependencies += "com.google.api" % "gax-bom" % "2.18.2"
[com.google.api/gax-bom "2.18.2"]