t

trino-geospatial

Trino - Geospatial support
文件下载
文件名 操作
trino-geospatial-449.jar 下载
trino-geospatial-449.pom 下载
trino-geospatial-449-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.trino</groupId>
  <artifactId>trino-geospatial</artifactId>
  <version>449</version>
  <type>trino-plugin</type>
</dependency>
Gradle Groovy
implementation 'io.trino:trino-geospatial:449'
Gradle Kotlin
implementation("io.trino:trino-geospatial:449")
Scala SBT
libraryDependencies += "io.trino" % "trino-geospatial" % "449"
Groovy Grape
@Grapes(
  @Grab(group='io.trino', module='trino-geospatial', version='449')
)
Apache Ivy
<dependency org="io.trino" name="trino-geospatial" rev="449" />
Leiningen
[io.trino/trino-geospatial "449"]
Apache Buildr
'io.trino:trino-geospatial:jar:449'