License |
License |
---|---|
GroupId | GroupIdcom.google.auth |
ArtifactId | ArtifactIdgoogle-auth-library-credentials |
Last Version | Last Version1.8.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGoogle Auth Library for Java - Credentials
Client libraries providing authentication and
authorization to enable calling Google APIs.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.google.auth/google-auth-library-credentials/ -->
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-credentials</artifactId>
<version>1.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.auth/google-auth-library-credentials/
implementation 'com.google.auth:google-auth-library-credentials:1.8.0'
// https://jarcasting.com/artifacts/com.google.auth/google-auth-library-credentials/
implementation ("com.google.auth:google-auth-library-credentials:1.8.0")
'com.google.auth:google-auth-library-credentials:jar:1.8.0'
<dependency org="com.google.auth" name="google-auth-library-credentials" rev="1.8.0">
<artifact name="google-auth-library-credentials" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.auth', module='google-auth-library-credentials', version='1.8.0')
)
libraryDependencies += "com.google.auth" % "google-auth-library-credentials" % "1.8.0"
[com.google.auth/google-auth-library-credentials "1.8.0"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar |