Download google-api-client-extensions-1.6.0.jar file

Introduction

You can download google-api-client-extensions-1.6.0.jar in this page.

License

Google Open Source

Type List

google-api-client-extensions-1.6.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.google.api-client/google-api-client-extensions/pom.properties
META-INF/maven/com.google.api-client/google-api-client-extensions/pom.xml
com.google.api.client.googleapis.extensions.appengine.auth.helpers.AbstractGoogleAppAssertionServlet.class
com.google.api.client.googleapis.extensions.appengine.auth.helpers.GoogleAppAssertionFlow.class
com.google.api.client.googleapis.extensions.auth.helpers.appengine.GoogleAppAssertionFlow.class
com.google.api.client.googleapis.extensions.auth.helpers.oauth.GoogleOAuthHmacThreeLeggedFlow.class
com.google.api.client.googleapis.extensions.auth.helpers.oauth2.draft10.GoogleOAuth2ThreeLeggedFlow.class

Pom

google-api-client-extensions-1.6.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.api-client</groupId>
    <artifactId>google-api-client-parent</artifactId>
    <version>1.6.0-beta</version>
    <relativePath>../pom.xml</relativePath>
  </parent>
  <groupId>com.google.api-client</groupId>
  <artifactId>google-api-client-extensions</artifactId>
  <name>Google specific platform extensions to the Google API Client Library for Java.</name>
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-javadoc-plugin</artifactId>
        <configuration>
          <links>
            <link>http://download.oracle.com/javase/1.5.0/docs/api/</link>
            <link>http://code.google.com/appengine/docs/java/javadoc</link>
            <link>http://javadoc.google-http-java-client.googlecode.com/hg/${project.http.version}</link>
            <link>http://javadoc.google-oauth-java-client.googlecode.com/hg/${project.oauth.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>
      <plugin>
        <groupId>org.datanucleus</groupId>
        <artifactId>maven-datanucleus-plugin</artifactId>
        <version>2.2.1</version>
        <configuration>
          <verbose>true</verbose>
        </configuration>
        <executions>
          <execution>
            <phase>process-classes</phase>
            <goals>
              <goal>enhance</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
  <dependencies>
    <dependency>
      <groupId>com.google.appengine</groupId>
      <artifactId>appengine-api-1.0-sdk</artifactId>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.google.oauth-client</groupId>
      <artifactId>google-oauth-client-extensions</artifactId>
    </dependency>
    <dependency>
      <groupId>com.google.api-client</groupId>
      <artifactId>google-api-client</artifactId>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>servlet-api</artifactId>
    </dependency>
    <dependency>
      <groupId>javax.jdo</groupId>
      <artifactId>jdo2-api</artifactId>
    </dependency>
    <dependency>
      <groupId>com.google.http-client</groupId>
      <artifactId>google-http-client-extensions</artifactId>
    </dependency>
    <dependency>
      <groupId>com.google.api-client</groupId>
      <artifactId>google-api-client</artifactId>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.google.api-client</groupId>
   <artifactId>google-api-client-extensions</artifactId>
   <version>1.6.0</version>
</dependency>

Download

If you think the following google-api-client-extensions-1.6.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download google-api-client-extensions-1.6.0.jar file




PreviousNext

Related