t

trino-example-http

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