t

trino-singlestore

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