t

trino-postgresql

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