GroupId | GroupIdcom.google.auth |
---|---|
ArtifactId | ArtifactIdgoogle-auth-library-appengine |
Version | Version0.16.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.google.auth/google-auth-library-appengine/ -->
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-appengine</artifactId>
<version>0.16.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.auth/google-auth-library-appengine/
implementation 'com.google.auth:google-auth-library-appengine:0.16.2'
// https://jarcasting.com/artifacts/com.google.auth/google-auth-library-appengine/
implementation ("com.google.auth:google-auth-library-appengine:0.16.2")
'com.google.auth:google-auth-library-appengine:jar:0.16.2'
<dependency org="com.google.auth" name="google-auth-library-appengine" rev="0.16.2">
<artifact name="google-auth-library-appengine" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.auth', module='google-auth-library-appengine', version='0.16.2')
)
libraryDependencies += "com.google.auth" % "google-auth-library-appengine" % "0.16.2"
[com.google.auth/google-auth-library-appengine "0.16.2"]