Download bigtable-client-core-0.9.2.jar file

Introduction

You can download bigtable-client-core-0.9.2.jar in this page.

License

Open Source License

Type List

bigtable-client-core-0.9.2.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.google.cloud.bigtable/bigtable-client-core/pom.properties
META-INF/maven/com.google.cloud.bigtable/bigtable-client-core/pom.xml
com.google.cloud.bigtable.config.BigtableOptions.class
com.google.cloud.bigtable.config.BulkOptions.class
com.google.cloud.bigtable.config.CallOptionsConfig.class
com.google.cloud.bigtable.config.CredentialFactory.class
com.google.cloud.bigtable.config.CredentialOptions.class
com.google.cloud.bigtable.config.Logger.class
com.google.cloud.bigtable.config.RetryOptions.class
com.google.cloud.bigtable.grpc.BigtableDataClient.class
com.google.cloud.bigtable.grpc.BigtableDataGrpcClient.class
com.google.cloud.bigtable.grpc.BigtableInstanceClient.class
com.google.cloud.bigtable.grpc.BigtableInstanceGrpcClient.class
com.google.cloud.bigtable.grpc.BigtableInstanceName.class
com.google.cloud.bigtable.grpc.BigtableSession.class
com.google.cloud.bigtable.grpc.BigtableSessionSharedThreadPools.class
com.google.cloud.bigtable.grpc.BigtableTableAdminClient.class
com.google.cloud.bigtable.grpc.BigtableTableAdminGrpcClient.class
com.google.cloud.bigtable.grpc.BigtableTableName.class
com.google.cloud.bigtable.grpc.CallOptionsFactory.class
com.google.cloud.bigtable.grpc.async.AbstractRetryingRpcListener.class
com.google.cloud.bigtable.grpc.async.AsyncExecutor.class
com.google.cloud.bigtable.grpc.async.BigtableAsyncRpc.class
com.google.cloud.bigtable.grpc.async.BigtableAsyncUtilities.class
com.google.cloud.bigtable.grpc.async.BulkMutation.class
com.google.cloud.bigtable.grpc.async.BulkRead.class
com.google.cloud.bigtable.grpc.async.ResourceLimiter.class
com.google.cloud.bigtable.grpc.async.RetryingCollectingClientCallListener.class
com.google.cloud.bigtable.grpc.async.RetryingUnaryRpcCallListener.class
com.google.cloud.bigtable.grpc.async.RpcThrottler.class
com.google.cloud.bigtable.grpc.io.CancellationToken.class
com.google.cloud.bigtable.grpc.io.ChannelPool.class
com.google.cloud.bigtable.grpc.io.CredentialInterceptorCache.class
com.google.cloud.bigtable.grpc.io.GoogleCloudResourcePrefixInterceptor.class
com.google.cloud.bigtable.grpc.io.HeaderInterceptor.class
com.google.cloud.bigtable.grpc.io.IOExceptionWithStatus.class
com.google.cloud.bigtable.grpc.io.RefreshingOAuth2CredentialsInterceptor.class
com.google.cloud.bigtable.grpc.scanner.AbstractBigtableResultScanner.class
com.google.cloud.bigtable.grpc.scanner.BigtableResultScannerFactory.class
com.google.cloud.bigtable.grpc.scanner.BigtableRetriesExhaustedException.class
com.google.cloud.bigtable.grpc.scanner.OutstandingRequestCountListener.class
com.google.cloud.bigtable.grpc.scanner.ReadRowsRequestRetryHandler.class
com.google.cloud.bigtable.grpc.scanner.ResponseQueueReader.class
com.google.cloud.bigtable.grpc.scanner.ResultQueueEntry.class
com.google.cloud.bigtable.grpc.scanner.ResultScanner.class
com.google.cloud.bigtable.grpc.scanner.ResumingStreamingResultScanner.class
com.google.cloud.bigtable.grpc.scanner.RowMerger.class
com.google.cloud.bigtable.grpc.scanner.ScanTimeoutException.class
com.google.cloud.bigtable.grpc.scanner.StreamObserverAdapter.class
com.google.cloud.bigtable.grpc.scanner.StreamingBigtableResultScanner.class
com.google.cloud.bigtable.metrics.BigtableClientMetrics.class
com.google.cloud.bigtable.metrics.Counter.class
com.google.cloud.bigtable.metrics.DropwizardMetricRegistry.class
com.google.cloud.bigtable.metrics.Meter.class
com.google.cloud.bigtable.metrics.MetricRegistry.class
com.google.cloud.bigtable.metrics.Timer.class
com.google.cloud.bigtable.util.ByteStringer.class
com.google.cloud.bigtable.util.ThreadPoolUtil.class
com.google.protobuf.BigtableZeroCopyByteStringUtil.class

Pom

bigtable-client-core-0.9.2.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2015 Google Inc. All Rights Reserved.

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/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>com.google.cloud.bigtable</groupId>
        <artifactId>bigtable-client-core-parent</artifactId>
        <version>0.9.2</version>
    </parent>

    <artifactId>bigtable-client-core</artifactId>
    <packaging>jar</packaging>
    <name>${project.groupId}:${project.artifactId}</name>
    <description>
       This project contains artifacts bigtable client needs to interact with grpc.
    </description>

    <dependencies>
        <dependency>
            <groupId>${project.groupId}</groupId>
            <artifactId>bigtable-protos</artifactId>
            <version>${project.version}</version>
        </dependency>

        <dependency>
            <groupId>com.google.code.findbugs</groupId>
            <artifactId>jsr305</artifactId>
        </dependency>
        <dependency>
            <groupId>commons-logging</groupId>
            <artifactId>commons-logging</artifactId>
        </dependency>
        <dependency>
            <groupId>com.google.auth</groupId>
            <artifactId>google-auth-library-oauth2-http</artifactId>
        </dependency>
        <dependency>
            <groupId>com.google.auth</groupId>
            <artifactId>google-auth-library-credentials</artifactId>
        </dependency>
        <dependency>
            <groupId>com.google.auth</groupId>
            <artifactId>google-auth-library-appengine</artifactId>
        </dependency>
        <dependency>
            <groupId>com.google.guava</groupId>
            <artifactId>guava</artifactId>
        </dependency>
        <dependency>
            <groupId>com.google.protobuf</groupId>
            <artifactId>protobuf-java</artifactId>
        </dependency>

        <dependency>
            <groupId>io.netty</groupId>
            <artifactId>netty-handler</artifactId>
        </dependency>
        <dependency>
            <groupId>io.netty</groupId>
            <artifactId>netty-transport</artifactId>
        </dependency>

        <dependency>
            <groupId>io.grpc</groupId>
            <artifactId>grpc-auth</artifactId>
        </dependency>
        <dependency>
            <groupId>io.grpc</groupId>
            <artifactId>grpc-core</artifactId>
        </dependency>
        <dependency>
            <groupId>io.grpc</groupId>
            <artifactId>grpc-netty</artifactId>
        </dependency>
        <dependency>
            <groupId>io.grpc</groupId>
            <artifactId>grpc-stub</artifactId>
        </dependency>
        <dependency>
            <groupId>com.google.http-client</groupId>
            <artifactId>google-http-client</artifactId>
            <version>${google.http.client.version}</version>
        </dependency>

        <dependency>
            <groupId>com.google.api-client</groupId>
            <artifactId>google-api-client</artifactId>
        </dependency>
        <dependency>
            <groupId>io.dropwizard.metrics</groupId>
            <artifactId>metrics-core</artifactId>
        </dependency>

        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.mockito</groupId>
            <artifactId>mockito-core</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.fasterxml.jackson.core</groupId>
            <artifactId>jackson-databind</artifactId>
            <version>2.4.2</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.hamcrest</groupId>
            <artifactId>hamcrest-core</artifactId>
        </dependency>
    </dependencies>

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

POM Entry

<dependency>
   <groupId>com.google.cloud.bigtable</groupId>
   <artifactId>bigtable-client-core</artifactId>
   <version>0.9.2</version>
</dependency>

Download

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



Download bigtable-client-core-0.9.2.jar file




PreviousNext

Related