You can download google-oauth-client-java6-1.20.0.jar in this page.
Google Open Source
google-oauth-client-java6-1.20.0.jar file has the following types.
META-INF/MANIFEST.MF com.google.api.client.extensions.java6.auth.oauth2.AbstractPromptReceiver.class com.google.api.client.extensions.java6.auth.oauth2.AuthorizationCodeInstalledApp.class com.google.api.client.extensions.java6.auth.oauth2.FileCredentialStore.class com.google.api.client.extensions.java6.auth.oauth2.FilePersistedCredential.class com.google.api.client.extensions.java6.auth.oauth2.FilePersistedCredentials.class com.google.api.client.extensions.java6.auth.oauth2.VerificationCodeReceiver.class
google-oauth-client-java6-1.20.0.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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.google.oauth-client</groupId> <artifactId>google-oauth-client-parent</artifactId> <version>1.20.0</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>google-oauth-client-java6</artifactId> <name>Java 6 (and higher) extensions to the Google OAuth Client Library for Java.</name> <build> <plugins> <plugin> <artifactId>maven-javadoc-plugin</artifactId> <configuration> <links> <link>http://download.oracle.com/javase/6/docs/api/</link> <link>http://javadoc.google-http-java-client.googlecode.com/hg/${project.http.version}</link> </links> <doctitle>${project.name} ${project.version}</doctitle> <windowtitle>${project.artifactId} ${project.version}</windowtitle> </configuration> </plugin> <plugin> <artifactId>maven-jar-plugin</artifactId> <configuration> <archive> <manifest> <addDefaultImplementationEntries>true</addDefaultImplementationEntries> </manifest> </archive> </configuration> <executions> <execution> <id>jar</id> <phase>compile</phase> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <artifactId>maven-source-plugin</artifactId> <executions> <execution> <id>source-jar</id> <phase>compile</phase> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <!--Set minimum version to Java 6--> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>animal-sniffer-maven-plugin</artifactId> <configuration> <signature> <groupId>org.codehaus.mojo.signature</groupId> <artifactId>java16</artifactId> <version>1.0</version> </signature> </configuration> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>com.google.oauth-client</groupId> <artifactId>google-oauth-client</artifactId> </dependency> <dependency> <groupId>com.google.http-client</groupId> <artifactId>google-http-client-jackson</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava-jdk5</artifactId> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>com.google.oauth-client</groupId> <artifactId>google-oauth-client-java6</artifactId> <version>1.20.0</version> </dependency>
If you think the following google-oauth-client-java6-1.20.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download google-oauth-client-java6-1.20.0.jar file