GroupId | GroupIdcom.google.auth |
---|---|
ArtifactId | ArtifactIdgoogle-auth-library-appengine |
Version | Version0.17.0 |
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.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.auth/google-auth-library-appengine/
implementation 'com.google.auth:google-auth-library-appengine:0.17.0'
// https://jarcasting.com/artifacts/com.google.auth/google-auth-library-appengine/
implementation ("com.google.auth:google-auth-library-appengine:0.17.0")
'com.google.auth:google-auth-library-appengine:jar:0.17.0'
<dependency org="com.google.auth" name="google-auth-library-appengine" rev="0.17.0">
<artifact name="google-auth-library-appengine" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.auth', module='google-auth-library-appengine', version='0.17.0')
)
libraryDependencies += "com.google.auth" % "google-auth-library-appengine" % "0.17.0"
[com.google.auth/google-auth-library-appengine "0.17.0"]