You can download google-api-services-oauth2-1.14.2.jar in this page.
The Apache Software License, Version 2.0
google-api-services-oauth2-1.14.2.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/com.google.apis.google-api-services-oauth2/pom.properties META-INF/maven/com.google.apis.google-api-services-oauth2/pom.xml com.google.api.services.oauth2.Oauth2.class com.google.api.services.oauth2.Oauth2Request.class com.google.api.services.oauth2.Oauth2RequestInitializer.class com.google.api.services.oauth2.Oauth2Scopes.class com.google.api.services.oauth2.model.Tokeninfo.class com.google.api.services.oauth2.model.Userinfo.class
google-api-services-oauth2-1.14.2.pom file content.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.google</groupId> <artifactId>google</artifactId> <version>5</version> </parent> <groupId>com.google.apis</groupId> <artifactId>google-api-services-oauth2</artifactId> <version>v2-rev36-1.14.2-beta</version> <name>Google OAuth2 API v2 (revision 36)</name> <packaging>jar</packaging> <inceptionYear>2011</inceptionYear> <repositories> <repository> <id>google-api-services</id> <url>http://mavenrepo.google-api-java-client.googlecode.com/hg</url> <snapshots> <enabled>true</enabled> </snapshots> <releases> <enabled>false</enabled> </releases> </repository> </repositories> <build> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> <source>1.5</source> <target>1.5</target> </configuration> </plugin> <plugin> <artifactId>maven-jar-plugin</artifactId> <version>2.3.1</version> <configuration> <archive> <manifestEntries> <Built-By>Google</Built-By> <Build-Jdk>1.6.x</Build-Jdk> </manifestEntries> </archive> </configuration> </plugin> <plugin> <artifactId>maven-javadoc-plugin</artifactId> <version>2.7</version> <configuration> <doctitle>Google OAuth2 API ${project.version}</doctitle> <windowtitle>Google OAuth2 API ${project.version}</windowtitle> <links> <link>http://docs.oracle.com/javase/7/docs/api</link> <link>http://javadoc.google-http-java-client.googlecode.com/hg/1.14.1-beta</link> <link>http://javadoc.google-oauth-java-client.googlecode.com/hg/1.14.1-beta</link> <link>http://javadoc.google-api-java-client.googlecode.com/hg/1.14.1-beta</link> </links> </configuration> </plugin> </plugins> <sourceDirectory>.</sourceDirectory> </build> <dependencies> <dependency> <groupId>com.google.api-client</groupId> <artifactId>google-api-client</artifactId> <version>1.14.1-beta</version> </dependency> </dependencies> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> </project>
<dependency> <groupId>com.google.apis</groupId> <artifactId>google-api-services-oauth2</artifactId> <version>1.14.2</version> </dependency>
If you think the following google-api-services-oauth2-1.14.2.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download google-api-services-oauth2-1.14.2.jar file