t

trino-server-main

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