<dependency>
<groupId>io.trino</groupId>
<artifactId>trino-http-server-event-listener</artifactId>
<version>450</version>
<type>trino-plugin</type>
</dependency>
@Grapes(
@Grab(group='io.trino', module='trino-http-server-event-listener', version='450')
)
<parent> <groupId>io.trino</groupId> <artifactId>trino-root</artifactId> <version>450</version> </parent>
compile
|-- io.airlift:event
|-- io.airlift:jaxrs
|-- io.airlift:json
|-- io.airlift:node
|-- io.airlift:units
|-- jakarta.ws.rs:jakarta.ws.rs-api
provided
|-- com.fasterxml.jackson.core:jackson-annotations
|-- io.airlift:slice
|-- io.opentelemetry:opentelemetry-api
|-- io.opentelemetry:opentelemetry-context
runtime
|-- com.fasterxml.jackson.core:jackson-core
|-- com.fasterxml.jackson.core:jackson-databind
test
|-- io.airlift:junit-extensions