t

trino-testing-services

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