MVN

io.trino : trino-hdfs

Maven & Gradle

Aug 24, 2023
8k stars
<dependency>
    <groupId>io.trino</groupId>
    <artifactId>trino-hdfs</artifactId>
    <version>425</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 425

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement