Download google-api-client-1.21.0.jar file

Introduction

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

License

Google Open Source

Type List

google-api-client-1.21.0.jar file has the following types.

META-INF/MANIFEST.MF
com.google.api.client.googleapis.GoogleUtils.class
com.google.api.client.googleapis.MethodOverride.class
com.google.api.client.googleapis.apache.GoogleApacheHttpTransport.class
com.google.api.client.googleapis.auth.clientlogin.AuthKeyValueParser.class
com.google.api.client.googleapis.auth.clientlogin.ClientLogin.class
com.google.api.client.googleapis.auth.clientlogin.ClientLoginResponseException.class
com.google.api.client.googleapis.auth.clientlogin.package-info.class
com.google.api.client.googleapis.auth.oauth2.CloudShellCredential.class
com.google.api.client.googleapis.auth.oauth2.DefaultCredentialProvider.class
com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeFlow.class
com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeRequestUrl.class
com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeTokenRequest.class
com.google.api.client.googleapis.auth.oauth2.GoogleBrowserClientRequestUrl.class
com.google.api.client.googleapis.auth.oauth2.GoogleClientSecrets.class
com.google.api.client.googleapis.auth.oauth2.GoogleCredential.class
com.google.api.client.googleapis.auth.oauth2.GoogleIdToken.class
com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier.class
com.google.api.client.googleapis.auth.oauth2.GoogleOAuthConstants.class
com.google.api.client.googleapis.auth.oauth2.GooglePublicKeysManager.class
com.google.api.client.googleapis.auth.oauth2.GoogleRefreshTokenRequest.class
com.google.api.client.googleapis.auth.oauth2.GoogleTokenResponse.class
com.google.api.client.googleapis.auth.oauth2.OAuth2Utils.class
com.google.api.client.googleapis.batch.BatchCallback.class
com.google.api.client.googleapis.batch.BatchRequest.class
com.google.api.client.googleapis.batch.BatchUnparsedResponse.class
com.google.api.client.googleapis.batch.HttpRequestContent.class
com.google.api.client.googleapis.batch.json.JsonBatchCallback.class
com.google.api.client.googleapis.compute.ComputeCredential.class
com.google.api.client.googleapis.compute.package-info.class
com.google.api.client.googleapis.javanet.GoogleNetHttpTransport.class
com.google.api.client.googleapis.json.GoogleJsonError.class
com.google.api.client.googleapis.json.GoogleJsonErrorContainer.class
com.google.api.client.googleapis.json.GoogleJsonResponseException.class
com.google.api.client.googleapis.media.MediaHttpDownloader.class
com.google.api.client.googleapis.media.MediaHttpDownloaderProgressListener.class
com.google.api.client.googleapis.media.MediaHttpUploader.class
com.google.api.client.googleapis.media.MediaHttpUploaderProgressListener.class
com.google.api.client.googleapis.media.MediaUploadErrorHandler.class
com.google.api.client.googleapis.notifications.AbstractNotification.class
com.google.api.client.googleapis.notifications.NotificationUtils.class
com.google.api.client.googleapis.notifications.ResourceStates.class
com.google.api.client.googleapis.notifications.StoredChannel.class
com.google.api.client.googleapis.notifications.TypedNotification.class
com.google.api.client.googleapis.notifications.TypedNotificationCallback.class
com.google.api.client.googleapis.notifications.UnparsedNotification.class
com.google.api.client.googleapis.notifications.UnparsedNotificationCallback.class
com.google.api.client.googleapis.notifications.json.JsonNotificationCallback.class
com.google.api.client.googleapis.notifications.json.package-info.class
com.google.api.client.googleapis.notifications.package-info.class
com.google.api.client.googleapis.services.AbstractGoogleClient.class
com.google.api.client.googleapis.services.AbstractGoogleClientRequest.class
com.google.api.client.googleapis.services.CommonGoogleClientRequestInitializer.class
com.google.api.client.googleapis.services.GoogleClientRequestInitializer.class
com.google.api.client.googleapis.services.json.AbstractGoogleJsonClient.class
com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest.class
com.google.api.client.googleapis.services.json.CommonGoogleJsonClientRequestInitializer.class
com.google.api.client.googleapis.testing.TestUtils.class
com.google.api.client.googleapis.testing.auth.oauth2.MockGoogleCredential.class
com.google.api.client.googleapis.testing.auth.oauth2.MockTokenServerTransport.class
com.google.api.client.googleapis.testing.auth.oauth2.package-info.class
com.google.api.client.googleapis.testing.compute.MockMetadataServerTransport.class
com.google.api.client.googleapis.testing.compute.package-info.class
com.google.api.client.googleapis.testing.json.GoogleJsonResponseExceptionFactoryTesting.class
com.google.api.client.googleapis.testing.json.package-info.class
com.google.api.client.googleapis.testing.notifications.MockUnparsedNotificationCallback.class
com.google.api.client.googleapis.testing.notifications.package-info.class
com.google.api.client.googleapis.testing.package-info.class
com.google.api.client.googleapis.testing.services.MockGoogleClient.class
com.google.api.client.googleapis.testing.services.MockGoogleClientRequest.class
com.google.api.client.googleapis.testing.services.json.MockGoogleJsonClient.class
com.google.api.client.googleapis.testing.services.json.MockGoogleJsonClientRequest.class
com.google.api.client.googleapis.testing.services.json.package-info.class
com.google.api.client.googleapis.testing.services.package-info.class
com.google.api.client.googleapis.util.Utils.class
com/google/api/client/googleapis/google.jks

Pom

google-api-client-1.21.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.21.0</version>
    <relativePath>../pom.xml</relativePath>
  </parent>
  <artifactId>google-api-client</artifactId>
  <name>Google APIs 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>
        <artifactId>maven-antrun-plugin</artifactId>
        <executions>
          <execution>
            <id>generate-sources</id>
            <phase>generate-sources</phase>
            <configuration>
              <target>
                <mkdir dir="target/generated-test-sources" />
                <exec failonerror="true" executable="protoc">
                  <arg value="--java_out=target/generated-test-sources" />
                  <arg value="src/test/java/com/google/api/client/googleapis/batch/mock_data.proto" />
                  <arg value="src/test/java/com/google/api/client/googleapis/batch/error_output.proto" />
                </exec>
              </target>
            </configuration>
            <goals>
              <goal>run</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>build-helper-maven-plugin</artifactId>
        <version>1.5</version>
        <executions>
          <execution>
            <id>add-test-source</id>
            <phase>generate-test-sources</phase>
            <goals>
              <goal>add-test-source</goal>
            </goals>
            <configuration>
              <sources>
                <source>target/generated-test-sources</source>
              </sources>
            </configuration>
          </execution>
        </executions>
      </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-jackson2</artifactId>
    </dependency>
    <dependency>
      <groupId>com.google.http-client</groupId>
      <artifactId>google-http-client-gson</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.google.http-client</groupId>
      <artifactId>google-http-client-protobuf</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>commons-codec</groupId>
      <artifactId>commons-codec</artifactId>
      <scope>provided</scope>
      <version>1.6</version>
   </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava-jdk5</artifactId>
    </dependency>
  </dependencies>
</project>

POM Entry

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

Download

If you think the following google-api-client-1.21.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-1.21.0.jar file




PreviousNext

Related