MVN

io.trino : trino-hudi

Maven & Gradle

Aug 24, 2023
8k stars

Trino - Hudi Connector

<dependency>
    <groupId>io.trino</groupId>
    <artifactId>trino-hudi</artifactId>
    <version>425</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.trino : trino-hudi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 425

All Versions

Choose a version of io.trino : trino-hudi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
425
trino-hudi-425
424
trino-hudi-424
423
trino-hudi-423
422
trino-hudi-422
421
trino-hudi-421
420
trino-hudi-420
419
trino-hudi-419
418
trino-hudi-418
417
trino-hudi-417
416
trino-hudi-416
415
trino-hudi-415
414
trino-hudi-414
413
trino-hudi-413
412
trino-hudi-412
411
trino-hudi-411
410
trino-hudi-410
409
trino-hudi-409
408
trino-hudi-408
407
trino-hudi-407
406
trino-hudi-406
405
trino-hudi-405
403
trino-hudi-403
402
trino-hudi-402
401
trino-hudi-401
400
trino-hudi-400
399
trino-hudi-399
398
trino-hudi-398

How to add a dependency to Maven

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

<dependency>
    <groupId>io.trino</groupId>
    <artifactId>trino-hudi</artifactId>
    <version>425</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.trino : trino-hudi gradle dependency to your build.gradle file:

implementation 'io.trino:trino-hudi:425'

Gradle Kotlin DSL: Add the following io.trino : trino-hudi gradle kotlin dependency to your build.gradle.kts file:

implementation("io.trino:trino-hudi:425")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.trino : trino-hudi sbt scala dependency to your build.sbt file:

libraryDependencies += "io.trino" % "trino-hudi" % "425"

Advertisement