Categories |
CategoriesH2 Data Databases OAuth2 Security |
---|---|
GroupId | GroupIdcom.google.apis |
ArtifactId | ArtifactIdgoogle-api-services-oauth2 |
Version | Versionv1-rev92-1.20.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.google.apis/google-api-services-oauth2/ -->
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-oauth2</artifactId>
<version>v1-rev92-1.20.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.apis/google-api-services-oauth2/
implementation 'com.google.apis:google-api-services-oauth2:v1-rev92-1.20.0'
// https://jarcasting.com/artifacts/com.google.apis/google-api-services-oauth2/
implementation ("com.google.apis:google-api-services-oauth2:v1-rev92-1.20.0")
'com.google.apis:google-api-services-oauth2:jar:v1-rev92-1.20.0'
<dependency org="com.google.apis" name="google-api-services-oauth2" rev="v1-rev92-1.20.0">
<artifact name="google-api-services-oauth2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.apis', module='google-api-services-oauth2', version='v1-rev92-1.20.0')
)
libraryDependencies += "com.google.apis" % "google-api-services-oauth2" % "v1-rev92-1.20.0"
[com.google.apis/google-api-services-oauth2 "v1-rev92-1.20.0"]