Download kylo-commons-hive-0.8.4.jar file

Introduction

You can download kylo-commons-hive-0.8.4.jar in this page.

License

Open Source

Type List

kylo-commons-hive-0.8.4.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.thinkbiganalytics.kylo/kylo-commons-hive/pom.properties
META-INF/maven/com.thinkbiganalytics.kylo/kylo-commons-hive/pom.xml
com.thinkbiganalytics.hive.util.HiveUtils.class

Pom

kylo-commons-hive-0.8.4.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xmlns="http://maven.apache.org/POM/4.0.0"
         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>
    <artifactId>kylo-commons</artifactId>
    <groupId>com.thinkbiganalytics.kylo</groupId>
    <version>0.8.4</version>
  </parent>

  <artifactId>kylo-commons-hive</artifactId>
  <description>Common Utilities for Hive</description>

  <properties>
    <maven.compiler.source>1.7</maven.compiler.source>
    <maven.compiler.target>1.7</maven.compiler.target>
    <plugin.license.parentRelative>../../</plugin.license.parentRelative>
  </properties>

  <dependencies>
    <!-- Core dependencies -->
    <dependency>
      <groupId>com.google.code.findbugs</groupId>
      <artifactId>jsr305</artifactId>
    </dependency>

    <!-- Apache Commons dependencies -->
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.thinkbiganalytics.kylo</groupId>
   <artifactId>kylo-commons-hive</artifactId>
   <version>0.8.4</version>
</dependency>

Download

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



Download kylo-commons-hive-0.8.4.jar file




PreviousNext

Related