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