Categories |
CategoriesGeo Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdio.prestosql |
ArtifactId | ArtifactIdpresto-geospatial-toolkit |
Version | Version349 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.prestosql/presto-geospatial-toolkit/ -->
<dependency>
<groupId>io.prestosql</groupId>
<artifactId>presto-geospatial-toolkit</artifactId>
<version>349</version>
</dependency>
// https://jarcasting.com/artifacts/io.prestosql/presto-geospatial-toolkit/
implementation 'io.prestosql:presto-geospatial-toolkit:349'
// https://jarcasting.com/artifacts/io.prestosql/presto-geospatial-toolkit/
implementation ("io.prestosql:presto-geospatial-toolkit:349")
'io.prestosql:presto-geospatial-toolkit:jar:349'
<dependency org="io.prestosql" name="presto-geospatial-toolkit" rev="349">
<artifact name="presto-geospatial-toolkit" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.prestosql', module='presto-geospatial-toolkit', version='349')
)
libraryDependencies += "io.prestosql" % "presto-geospatial-toolkit" % "349"
[io.prestosql/presto-geospatial-toolkit "349"]