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