t

trino-singlestore

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