t

trino-server-rpm

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