t

trino-resource-group-managers

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

compile

|-- com.fasterxml.jackson.core:jackson-core

|-- com.fasterxml.jackson.core:jackson-databind

|-- com.google.errorprone:error_prone_annotations

|-- com.google.guava:guava

|-- com.google.inject:guice

|-- io.airlift:bootstrap

|-- io.airlift:concurrent

|-- io.airlift:configuration

|-- io.airlift:json

|-- io.airlift:log

|-- io.airlift:stats

|-- io.airlift:units

|-- io.trino:trino-plugin-toolkit

|-- jakarta.annotation:jakarta.annotation-api

|-- jakarta.validation:jakarta.validation-api

|-- org.flywaydb:flyway-core

|-- org.jdbi:jdbi3-core

|-- org.jdbi:jdbi3-sqlobject

|-- org.weakref:jmxutils

provided

|-- com.fasterxml.jackson.core:jackson-annotations

|-- io.airlift:slice

|-- io.opentelemetry:opentelemetry-api

|-- io.opentelemetry:opentelemetry-context

|-- io.trino:trino-spi

|-- org.openjdk.jol:jol-core

runtime

|-- com.mysql:mysql-connector-j

|-- com.oracle.database.jdbc:ojdbc11

|-- org.flywaydb:flyway-database-oracle

|-- org.flywaydb:flyway-database-postgresql

|-- org.flywaydb:flyway-mysql

|-- org.postgresql:postgresql

test

|-- com.h2database:h2

|-- io.airlift:junit-extensions

|-- io.airlift:testing

|-- io.trino:trino-main

|-- org.assertj:assertj-core

|-- org.junit.jupiter:junit-jupiter-api

|-- org.junit.jupiter:junit-jupiter-engine

|-- org.testcontainers:jdbc

|-- org.testcontainers:mysql

|-- org.testcontainers:oracle-xe

|-- org.testcontainers:postgresql

|-- org.testcontainers:testcontainers