t

trino-geospatial

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