t

trino-server-rpm

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