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