Download util-1.4.5.jar file

Introduction

You can download util-1.4.5.jar in this page.

License

Apache License

Type List

util-1.4.5.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.google.cloud.bigdataoss/util/pom.properties
META-INF/maven/com.google.cloud.bigdataoss/util/pom.xml
com.google.cloud.hadoop.util.AbstractGoogleAsyncWriteChannel.class
com.google.cloud.hadoop.util.ApiErrorExtractor.class
com.google.cloud.hadoop.util.AsyncWriteChannelOptions.class
com.google.cloud.hadoop.util.ChainingHttpRequestInitializer.class
com.google.cloud.hadoop.util.ClientRequestHelper.class
com.google.cloud.hadoop.util.CredentialConfiguration.class
com.google.cloud.hadoop.util.CredentialFactory.class
com.google.cloud.hadoop.util.EntriesCredentialConfiguration.class
com.google.cloud.hadoop.util.ExceptionToIoExceptionFunction.class
com.google.cloud.hadoop.util.HttpTransportFactory.class
com.google.cloud.hadoop.util.LoggingMediaHttpUploaderProgressListener.class
com.google.cloud.hadoop.util.PropertyUtil.class
com.google.cloud.hadoop.util.ResilientOperation.class
com.google.cloud.hadoop.util.RetryBoundedBackOff.class
com.google.cloud.hadoop.util.RetryDeterminer.class
com.google.cloud.hadoop.util.RetryHttpInitializer.class

Pom

util-1.4.5.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<!--
  Copyright (C) 2014 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>

  <parent>
    <groupId>com.google.cloud.bigdataoss</groupId>
    <artifactId>bigdataoss-parent</artifactId>
    <version>1.4.5</version>
    <relativePath>../pom.xml</relativePath>
  </parent>

  <packaging>jar</packaging>
  <artifactId>util</artifactId>
  <version>1.4.5</version>

  <dependencies>
    <dependency>
      <groupId>com.google.api-client</groupId>
      <artifactId>google-api-client-java6</artifactId>
    </dependency>
    <dependency>
      <groupId>com.google.api-client</groupId>
      <artifactId>google-api-client-jackson2</artifactId>
    </dependency>
    <dependency>
      <groupId>com.google.apis</groupId>
      <artifactId>google-api-services-storage</artifactId>
    </dependency>
    <dependency>
      <groupId>com.google.code.findbugs</groupId>
      <artifactId>jsr305</artifactId>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava-testlib</artifactId>
    </dependency>
    <dependency>
      <groupId>com.google.oauth-client</groupId>
      <artifactId>google-oauth-client</artifactId>
    </dependency>
    <dependency>
      <groupId>com.google.oauth-client</groupId>
      <artifactId>google-oauth-client-java6</artifactId>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
    </dependency>
    <dependency>
      <groupId>log4j</groupId>
      <artifactId>log4j</artifactId>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-log4j12</artifactId>
    </dependency>
    <dependency>
      <groupId>org.hamcrest</groupId>
      <artifactId>hamcrest-core</artifactId>
    </dependency>
    <dependency>
      <groupId>org.hamcrest</groupId>
      <artifactId>hamcrest-library</artifactId>
    </dependency>
    <dependency>
      <groupId>org.mockito</groupId>
      <artifactId>mockito-core</artifactId>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.google.cloud.bigdataoss</groupId>
   <artifactId>util</artifactId>
   <version>1.4.5</version>
</dependency>

Download

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



Download util-1.4.5.jar file




PreviousNext

Related