t

trino-benchmark

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