MVN

io.trino : trino-filesystem

Maven & Gradle

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

Latest Version

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

  • Latest Stable: 425

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement