t

trino-singlestore

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