t

trino-testing-services

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