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