Categories |
CategoriesH2 Data Databases OAuth2 Security |
---|---|
GroupId | GroupIdcom.google.apis |
ArtifactId | ArtifactIdgoogle-api-services-oauth2 |
Version | Versionv2-rev149-1.22.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>v2-rev149-1.22.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.apis/google-api-services-oauth2/
implementation 'com.google.apis:google-api-services-oauth2:v2-rev149-1.22.0'
// https://jarcasting.com/artifacts/com.google.apis/google-api-services-oauth2/
implementation ("com.google.apis:google-api-services-oauth2:v2-rev149-1.22.0")
'com.google.apis:google-api-services-oauth2:jar:v2-rev149-1.22.0'
<dependency org="com.google.apis" name="google-api-services-oauth2" rev="v2-rev149-1.22.0">
<artifact name="google-api-services-oauth2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.apis', module='google-api-services-oauth2', version='v2-rev149-1.22.0')
)
libraryDependencies += "com.google.apis" % "google-api-services-oauth2" % "v2-rev149-1.22.0"
[com.google.apis/google-api-services-oauth2 "v2-rev149-1.22.0"]