License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.google.api-client |
ArtifactId | ArtifactIdgoogle-api-client-bom |
Last Version | Last Version1.35.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionGoogle API Client Library for Java BOM
BOM for Google API Client Library for Java
|
Project URL |
Project URL |
Project Organization |
Project OrganizationGoogle LLC |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
google-api-client-bom-1.35.1.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.api-client/google-api-client-bom/ -->
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-bom</artifactId>
<version>1.35.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.api-client/google-api-client-bom/
implementation 'com.google.api-client:google-api-client-bom:1.35.1'
// https://jarcasting.com/artifacts/com.google.api-client/google-api-client-bom/
implementation ("com.google.api-client:google-api-client-bom:1.35.1")
'com.google.api-client:google-api-client-bom:pom:1.35.1'
<dependency org="com.google.api-client" name="google-api-client-bom" rev="1.35.1">
<artifact name="google-api-client-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.api-client', module='google-api-client-bom', version='1.35.1')
)
libraryDependencies += "com.google.api-client" % "google-api-client-bom" % "1.35.1"
[com.google.api-client/google-api-client-bom "1.35.1"]