t

trino-teradata-functions

Trino - Teradata functions
Files download
File Operation
trino-teradata-functions-457.jar download
trino-teradata-functions-457.pom download
trino-teradata-functions-457-sources.jar download
Apache Maven
<dependency>
  <groupId>io.trino</groupId>
  <artifactId>trino-teradata-functions</artifactId>
  <version>457</version>
  <type>trino-plugin</type>
</dependency>
Gradle Groovy
implementation 'io.trino:trino-teradata-functions:457'
Gradle Kotlin
implementation("io.trino:trino-teradata-functions:457")
Scala SBT
libraryDependencies += "io.trino" % "trino-teradata-functions" % "457"
Groovy Grape
@Grapes(
  @Grab(group='io.trino', module='trino-teradata-functions', version='457')
)
Apache Ivy
<dependency org="io.trino" name="trino-teradata-functions" rev="457" />
Leiningen
[io.trino/trino-teradata-functions "457"]
Apache Buildr
'io.trino:trino-teradata-functions:jar:457'