t

trino-example-http

Trino - Example HTTP Connector
文件下载
文件名 操作
trino-example-http-392.jar 下载
trino-example-http-392.pom 下载
trino-example-http-392-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.trino</groupId>
  <artifactId>trino-example-http</artifactId>
  <version>392</version>
  <type>trino-plugin</type>
</dependency>
Gradle Groovy
implementation 'io.trino:trino-example-http:392'
Gradle Kotlin
implementation("io.trino:trino-example-http:392")
Scala SBT
libraryDependencies += "io.trino" % "trino-example-http" % "392"
Groovy Grape
@Grapes(
  @Grab(group='io.trino', module='trino-example-http', version='392')
)
Apache Ivy
<dependency org="io.trino" name="trino-example-http" rev="392" />
Leiningen
[io.trino/trino-example-http "392"]
Apache Buildr
'io.trino:trino-example-http:jar:392'