MVN

io.trino : trino-example-jdbc

Maven & Gradle

Aug 24, 2023

Trino - Example JDBC Connector

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

Latest Version

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

  • Latest Stable: 425

All Versions

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

Version Vulnerabilities Updated
425
trino-example-jdbc-425
424
trino-example-jdbc-424
423
trino-example-jdbc-423
422
trino-example-jdbc-422
421
trino-example-jdbc-421
420
trino-example-jdbc-420
419
trino-example-jdbc-419
418
trino-example-jdbc-418
417
trino-example-jdbc-417
416
trino-example-jdbc-416
415
trino-example-jdbc-415
414
trino-example-jdbc-414
413
trino-example-jdbc-413
412
trino-example-jdbc-412
411
trino-example-jdbc-411

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'io.trino:trino-example-jdbc:425'

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

implementation("io.trino:trino-example-jdbc:425")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.trino" % "trino-example-jdbc" % "425"

Advertisement