Files download
File Operation
google-api-services-oauth2-v2-rev83-1.19.0.jar download
google-api-services-oauth2-v2-rev83-1.19.0.pom download
google-api-services-oauth2-v2-rev83-1.19.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.apis</groupId>
  <artifactId>google-api-services-oauth2</artifactId>
  <version>v2-rev83-1.19.0</version>
</dependency>
Gradle Groovy
implementation 'com.google.apis:google-api-services-oauth2:v2-rev83-1.19.0'
Gradle Kotlin
implementation("com.google.apis:google-api-services-oauth2:v2-rev83-1.19.0")
Scala SBT
libraryDependencies += "com.google.apis" % "google-api-services-oauth2" % "v2-rev83-1.19.0"
Groovy Grape
@Grapes(
  @Grab(group='com.google.apis', module='google-api-services-oauth2', version='v2-rev83-1.19.0')
)
Apache Ivy
<dependency org="com.google.apis" name="google-api-services-oauth2" rev="v2-rev83-1.19.0" />
Leiningen
[com.google.apis/google-api-services-oauth2 "v2-rev83-1.19.0"]
Apache Buildr
'com.google.apis:google-api-services-oauth2:jar:v2-rev83-1.19.0'