Download datastore-v1-proto-client-1.1.0.jar file

Introduction

You can download datastore-v1-proto-client-1.1.0.jar in this page.

License

Apache License

Type List

datastore-v1-proto-client-1.1.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.google.cloud.datastore/datastore-v1-proto-client/pom.properties
META-INF/maven/com.google.cloud.datastore/datastore-v1-proto-client/pom.xml
com.google.datastore.v1.client.Datastore.class
com.google.datastore.v1.client.DatastoreException.class
com.google.datastore.v1.client.DatastoreFactory.class
com.google.datastore.v1.client.DatastoreHelper.class
com.google.datastore.v1.client.DatastoreOptions.class
com.google.datastore.v1.client.LocalDevelopmentDatastore.class
com.google.datastore.v1.client.LocalDevelopmentDatastoreException.class
com.google.datastore.v1.client.LocalDevelopmentDatastoreFactory.class
com.google.datastore.v1.client.LocalDevelopmentDatastoreOptions.class
com.google.datastore.v1.client.QuerySplitter.class
com.google.datastore.v1.client.QuerySplitterImpl.class
com.google.datastore.v1.client.RemoteRpc.class

Pom

datastore-v1-proto-client-1.1.0.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<!--
  Copyright (C) 2015 Google Inc.

  Licensed under the Apache License, Version 2.0 (the "License"); you may not
  use this file except in compliance with the License. You may obtain a copy of
  the License at

  http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
  WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
  License for the specific language governing permissions and limitations under
  the License.
-->
<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.cloud.datastore</groupId>
  <artifactId>datastore-v1-proto-client</artifactId>
  <version>1.1.0</version>

  <name>${project.groupId}:${project.artifactId}</name>

  <packaging>jar</packaging>
  <description>
    Low level client for accessing Google Cloud Datastore v1.
  </description>
  <parent>
    <groupId>com.google.cloud.datastore</groupId>
    <artifactId>datastore-v1-proto-client-parent</artifactId>
    <version>1.0.0</version>
  </parent>

  <dependencies>
    <dependency>
      <groupId>com.google.cloud.datastore</groupId>
      <artifactId>datastore-v1-protos</artifactId>
    </dependency>

    <dependency>
      <groupId>com.google.http-client</groupId>
      <artifactId>google-http-client</artifactId>
    </dependency>

    <dependency>
      <groupId>com.google.http-client</groupId>
      <artifactId>google-http-client-protobuf</artifactId>
    </dependency>

    <dependency>
      <groupId>com.google.http-client</groupId>
      <artifactId>google-http-client-jackson</artifactId>
    </dependency>

    <dependency>
      <groupId>com.google.oauth-client</groupId>
      <artifactId>google-oauth-client</artifactId>
    </dependency>

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

    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
    </dependency>

    <!-- Test dependencies. -->
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <scope>test</scope>
    </dependency>

    <dependency>
      <groupId>com.google.truth</groupId>
      <artifactId>truth</artifactId>
      <scope>test</scope>
    </dependency>
  </dependencies>

  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-compiler-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>

      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-gpg-plugin</artifactId>
      </plugin>
    </plugins>
  </build>
</project>

POM Entry

<dependency>
   <groupId>com.google.cloud.datastore</groupId>
   <artifactId>datastore-v1-proto-client</artifactId>
   <version>1.1.0</version>
</dependency>

Download

If you think the following datastore-v1-proto-client-1.1.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download datastore-v1-proto-client-1.1.0.jar file




PreviousNext

Related