Download google-api-services-datastore-protobuf-2.1.2.jar file

Introduction

You can download google-api-services-datastore-protobuf-2.1.2.jar in this page.

License

Google Open Source

Type List

google-api-services-datastore-protobuf-2.1.2.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.google.apis/google-api-services-datastore-protobuf/pom.properties
META-INF/maven/com.google.apis/google-api-services-datastore-protobuf/pom.xml
com.google.api.services.datastore.DatastoreV1.class
com.google.api.services.datastore.client.BaseDatastoreFactory.class
com.google.api.services.datastore.client.Datastore.class
com.google.api.services.datastore.client.DatastoreException.class
com.google.api.services.datastore.client.DatastoreFactory.class
com.google.api.services.datastore.client.DatastoreHelper.class
com.google.api.services.datastore.client.DatastoreOptions.class
com.google.api.services.datastore.client.LocalDevelopmentDatastore.class
com.google.api.services.datastore.client.LocalDevelopmentDatastoreException.class
com.google.api.services.datastore.client.LocalDevelopmentDatastoreFactory.class
com.google.api.services.datastore.client.LocalDevelopmentDatastoreOptions.class
com.google.api.services.datastore.client.QuerySplitter.class
com.google.api.services.datastore.client.QuerySplitterImpl.class
com.google.api.services.datastore.client.RemoteRpc.class

Pom

google-api-services-datastore-protobuf-2.1.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>
  <groupId>com.google.apis</groupId>
  <artifactId>google-api-services-datastore-protobuf</artifactId>
  <packaging>jar</packaging>
  <name>google-api-services-datastore-protobuf</name>
  <url>https://github.com/GoogleCloudPlatform/google-cloud-datastore</url>
  <dependencies>
    <dependency>
      <groupId>com.google.protobuf</groupId>
      <artifactId>protobuf-java</artifactId>
      <version>2.5.0</version>
    </dependency>
    <dependency>
      <groupId>com.google.http-client</groupId>
      <artifactId>google-http-client</artifactId>
      <version>${project.http.version}</version>
    </dependency>
    <dependency>
      <groupId>com.google.http-client</groupId>
      <artifactId>google-http-client-protobuf</artifactId>
      <version>${project.http.version}</version>
    </dependency>
    <dependency>
      <groupId>com.google.http-client</groupId>
      <artifactId>google-http-client-jackson</artifactId>
      <version>${project.http.version}</version>
    </dependency>
    <dependency>
      <groupId>com.google.oauth-client</groupId>
      <artifactId>google-oauth-client</artifactId>
      <version>${project.oauth.version}</version>
    </dependency>
    <dependency>
      <groupId>com.google.api-client</groupId>
      <artifactId>google-api-client</artifactId>
      <version>${project.googleapi.version}</version>
    </dependency>
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-compiler-plugin</artifactId>
      </plugin>
      <plugin>
        <groupId>com.github.igor-petruk.protobuf</groupId>
        <artifactId>protobuf-maven-plugin</artifactId>
        <configuration>
          <inputDirectories>
            <param>../../proto</param>
          </inputDirectories>
        </configuration>
      </plugin>
      <plugin>
        <groupId>com.ning.maven.plugins</groupId>
        <artifactId>maven-duplicate-finder-plugin</artifactId>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-source-plugin</artifactId>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-javadoc-plugin</artifactId>
      </plugin>
    </plugins>
  </build>
  <parent>
    <groupId>com.google.apis</groupId>
    <artifactId>google-api-services-datastore-protobuf-parent</artifactId>
    <version>v1beta2-rev1-2.1.2</version>
  </parent>
</project>

POM Entry

<dependency>
   <groupId>com.google.apis</groupId>
   <artifactId>google-api-services-datastore-protobuf</artifactId>
   <version>2.1.2</version>
</dependency>

Download

If you think the following google-api-services-datastore-protobuf-2.1.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-datastore-protobuf-2.1.2.jar file




PreviousNext

Related