t

trino-testing-resources

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