t

trino-postgresql

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