t

trino-benchmark

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