t

trino-thrift-testing-server

Trino - Thrift Testing Server
文件下载
文件名 操作
trino-thrift-testing-server-410.jar 下载
trino-thrift-testing-server-410.pom 下载
trino-thrift-testing-server-410-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.trino</groupId>
  <artifactId>trino-thrift-testing-server</artifactId>
  <version>410</version>
</dependency>
Gradle Groovy
implementation 'io.trino:trino-thrift-testing-server:410'
Gradle Kotlin
implementation("io.trino:trino-thrift-testing-server:410")
Scala SBT
libraryDependencies += "io.trino" % "trino-thrift-testing-server" % "410"
Groovy Grape
@Grapes(
  @Grab(group='io.trino', module='trino-thrift-testing-server', version='410')
)
Apache Ivy
<dependency org="io.trino" name="trino-thrift-testing-server" rev="410" />
Leiningen
[io.trino/trino-thrift-testing-server "410"]
Apache Buildr
'io.trino:trino-thrift-testing-server:jar:410'