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