t

trino-teradata-functions

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