License |
License |
---|---|
GroupId | GroupIdcom.google.auth |
ArtifactId | ArtifactIdgoogle-auth-library-bom |
Last Version | Last Version1.8.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionGoogle Auth Library for Java BOM
BOM for Google Auth Library for Java
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
google-auth-library-bom-1.8.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.auth/google-auth-library-bom/ -->
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-bom</artifactId>
<version>1.8.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.auth/google-auth-library-bom/
implementation 'com.google.auth:google-auth-library-bom:1.8.0'
// https://jarcasting.com/artifacts/com.google.auth/google-auth-library-bom/
implementation ("com.google.auth:google-auth-library-bom:1.8.0")
'com.google.auth:google-auth-library-bom:pom:1.8.0'
<dependency org="com.google.auth" name="google-auth-library-bom" rev="1.8.0">
<artifact name="google-auth-library-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.auth', module='google-auth-library-bom', version='1.8.0')
)
libraryDependencies += "com.google.auth" % "google-auth-library-bom" % "1.8.0"
[com.google.auth/google-auth-library-bom "1.8.0"]