t

trino-phoenix5-patched

Trino - patched Phoenix5 client to work with JDK17
Files download
File Operation
trino-phoenix5-patched-446.jar download
trino-phoenix5-patched-446.pom download
trino-phoenix5-patched-446-sources.jar download
Apache Maven
<dependency>
  <groupId>io.trino</groupId>
  <artifactId>trino-phoenix5-patched</artifactId>
  <version>446</version>
</dependency>
Gradle Groovy
implementation 'io.trino:trino-phoenix5-patched:446'
Gradle Kotlin
implementation("io.trino:trino-phoenix5-patched:446")
Scala SBT
libraryDependencies += "io.trino" % "trino-phoenix5-patched" % "446"
Groovy Grape
@Grapes(
  @Grab(group='io.trino', module='trino-phoenix5-patched', version='446')
)
Apache Ivy
<dependency org="io.trino" name="trino-phoenix5-patched" rev="446" />
Leiningen
[io.trino/trino-phoenix5-patched "446"]
Apache Buildr
'io.trino:trino-phoenix5-patched:jar:446'