t

trino-server-rpm

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