MVN

com.databricks : trino-hive

Maven & Gradle

Jun 21, 2023
9.5k stars

trino-hive · This is a Databricks build of Trino's Hive plugin which includes support for HTTP based transport for it's Hive metastore thrift interface.

<dependency>
    <groupId>com.databricks</groupId>
    <artifactId>trino-hive</artifactId>
    <version>410-alpha.databricks.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.databricks : trino-hive to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 410-alpha.databricks.1
  • Latest Alpha: 410-alpha.databricks.1

All Versions

Choose a version of com.databricks : trino-hive to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
410
trino-hive-410-alpha.databricks.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.databricks</groupId>
    <artifactId>trino-hive</artifactId>
    <version>410-alpha.databricks.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.databricks : trino-hive gradle dependency to your build.gradle file:

implementation 'com.databricks:trino-hive:410-alpha.databricks.1'

Gradle Kotlin DSL: Add the following com.databricks : trino-hive gradle kotlin dependency to your build.gradle.kts file:

implementation("com.databricks:trino-hive:410-alpha.databricks.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.databricks : trino-hive sbt scala dependency to your build.sbt file:

libraryDependencies += "com.databricks" % "trino-hive" % "410-alpha.databricks.1"

Advertisement