MVN

com.hotels : hcommon-hive-metastore

Maven & Gradle

Apr 24, 2020
18 usages
<dependency>
    <groupId>com.hotels</groupId>
    <artifactId>hcommon-hive-metastore</artifactId>
    <version>1.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hotels : hcommon-hive-metastore to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.2

All Versions

Choose a version of com.hotels : hcommon-hive-metastore to add to Maven or Gradle - All Versions:

  • Version Updated
  • hcommon-hive-metastore-1.4.2

    Apr 24, 2020
  • hcommon-hive-metastore-1.4.1

    Oct 03, 2019
  • hcommon-hive-metastore-1.4.0

    Sep 30, 2019
  • hcommon-hive-metastore-1.3.0

    Feb 27, 2019
  • hcommon-hive-metastore-1.2.4

    Jan 10, 2019
  • hcommon-hive-metastore-1.2.3

    Oct 29, 2018
  • hcommon-hive-metastore-1.2.2

    Oct 23, 2018
  • hcommon-hive-metastore-1.2.1

    Oct 15, 2018
  • hcommon-hive-metastore-1.2.0

    Sep 21, 2018
  • hcommon-hive-metastore-1.1.0

    Jun 15, 2018
  • hcommon-hive-metastore-1.0.0

    Jun 04, 2018

How to add a dependency to Maven

Add the following com.hotels : hcommon-hive-metastore maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.hotels</groupId>
    <artifactId>hcommon-hive-metastore</artifactId>
    <version>1.4.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hotels : hcommon-hive-metastore gradle dependency to your build.gradle file:

implementation 'com.hotels:hcommon-hive-metastore:1.4.2'

Gradle Kotlin DSL: Add the following com.hotels : hcommon-hive-metastore gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hotels:hcommon-hive-metastore:1.4.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hotels : hcommon-hive-metastore sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hotels" % "hcommon-hive-metastore" % "1.4.2"